From 0163635de4c8da74cfaad8f5c78c9e9266a1957a Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Mon, 28 Nov 2011 22:21:30 -0700 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e95d897..6ce8106b 100644 --- a/README.md +++ b/README.md @@ -53,4 +53,5 @@ These guidelines are to be followed by all developers with commit level access t - Do not release any development builds on the forums without consulting another developer first. - __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. -- 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__. \ No newline at end of file +- 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. \ No newline at end of file