Skip to content

3. Project Rules

Austin Groovy and Grails User Group edited this page Nov 17, 2013 · 2 revisions
  1. Be Good!
  2. Have Fun!
  3. Project discussion should be held on AGGUG Discussion Forums.
  4. Spaces should be used instead of tabs in the source code. Use 4 spaces per tab.
  5. If you are working on a Story, please put the Story Id at the beginning of your commit message, e.g. > git commit -m "Story E001-001: Added constraints to domain class"
  6. All changes must come with unit tests.
  7. Each pull request must pass all unit tests before it will be accepted.

Clone this wiki locally