Update README.md

This commit is contained in:
Lucas Nicodemus 2011-11-28 22:21:30 -07:00
parent 19c5ccfcc6
commit 0163635de4

View file

@ -54,3 +54,4 @@ These guidelines are to be followed by all developers with commit level access t
- __Document code prior to marking it done in JIRA__ - __Document code prior to marking it done in JIRA__
- Move any un-tested code to the "Needs Validation" section on JIRA prior to marking it as done. - Move any un-tested code to the "Needs Validation" section on JIRA prior to marking it as done.
- Do not push changes to any branch without a proper issue being assigned in JIRA. If a feature isn't planned for this release, __it shouldn't be in the repo about to be released__. - Do not push changes to any branch without a proper issue being assigned in JIRA. If a feature isn't planned for this release, __it shouldn't be in the repo about to be released__.
- Submit all pull requests to the general-devel branch prior to the master branch, or you will be ignored.