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

Version 1 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>/<project task id>/<source code area or component>/<feature-description>
  • Use lower-case for everything except the project task id.
  • Use hyphens instead of underscores.

Examples

 

rljacob/T7/machines/add-argonne-cluster 

rljacob/C9/drv/new-driver

worleyph/C1/scripts/more-timers

douglasjacobsen/P2/homme/new-dynamics 
  • No labels