Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Convention

ACME keeps nearly all of its code in a single repository.

To help track development, branch names must follow the ACME convention.

ACME branch names will have the form:

<Github username>/<source code area or component>/<feature-description>
  • Use lower-case for everything.
  • Use hyphens instead of underscores.
  • one name for the github username.  
    • This is the person in charge of the branch and not necessarily the only person working on it.
    • We need one person to act as point-of-contact to answer questions about the branch and take requests for merging.
  • Task team leads can and should impose additional conventions for <source code are or component> and <feature-description>.

Examples

 

rljacob/machines/add-argonne-cluster 

rljacob/drv/new-driver

worleyph/scripts/more-timers

douglasjacobsen/homme/new-dynamics 
  • No labels