Repository: thrift Updated Branches: refs/heads/master b818185cf -> e035c1a9c
CONTRIBUTING.md: add info on branch names and commit message for GitHub PR's Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/e035c1a9 Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/e035c1a9 Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/e035c1a9 Branch: refs/heads/master Commit: e035c1a9c5e1304471cdd6284781628bb237aa44 Parents: b818185 Author: Roger Meier <[email protected]> Authored: Tue Apr 7 23:05:31 2015 +0200 Committer: Roger Meier <[email protected]> Committed: Tue Apr 7 23:05:31 2015 +0200 ---------------------------------------------------------------------- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/e035c1a9/CONTRIBUTING.md ---------------------------------------------------------------------- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a569fd7..a6d4dfa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,5 @@ ## How to contribute - + 1. Help to review and verify existing patches 1. Make sure your issue is not all ready in the [Jira issue tracker](http://issues.apache.org/jira/browse/THRIFT) 1. If not, create a ticket describing the change you're proposing in the [Jira issue tracker](http://issues.apache.org/jira/browse/THRIFT) 1. Contribute your patch using one of the two methods below @@ -27,14 +27,14 @@ ### Contributing via GitHub pull requests 1. Create a fork for http://github.com/apache/thrift -1. Create a branch for your changes +1. Create a branch for your changes(best practice is issue as branch name, e.g. THRIFT-9999) 1. Modify the source to include the improvement/bugfix * Remember to provide *tests* for all submited changes * When bugfixing: add test that will isolate bug *before* applying change that fixes it * Verify that you follow [Thrift Coding Standards](/coding_standards) (you can run 'make style', which ensures proper format for some languages) -1. Commit and push changes to your branch +1. Commit and push changes to your branch (please use issue name and description as commit title, e.g. THRIFT-9999 make it perfect) 1. Issue a pull request with the jira ticket number you are working on in it's name 1. Wait for other contributors or committers to review your new addition 1. Wait for a committer to commit your patch
