Clarification for pull requests to master branch in contributing docs

This commit is contained in:
Coen Jacobs 2014-02-13 12:18:34 +01:00
parent 233d604bb9
commit dd048e8250
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@ GitHub is for *bug reports and contributions only* - if you have a support quest
* **Ensure you stick to the [WordPress Coding Standards](http://codex.wordpress.org/WordPress_Coding_Standards).**
* Ensure you use LF line endings - no crazy windows line endings. :)
* When committing, reference your issue (#1234) and include a note about the fix.
* Push the changes to your fork and submit a pull request on the master WooCommerce repository.
* Push the changes to your fork and submit a pull request on the master branch of the WooCommerce repository. Existing maintenance branches will be maintained of by WooCommerce developers.
* Please don't modify the changelog, this will be maintained by WooCommerce developers.
At this point you're waiting on us to merge your pull request. We'll review all pull requests, and make suggestions and changes if necessary.