Repository: thrift Updated Branches: refs/heads/master 9de9b1f1b -> 467998b6e
doc GitHub service hooks Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/467998b6 Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/467998b6 Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/467998b6 Branch: refs/heads/master Commit: 467998b6e9e05cc047a469b58201f1dea964c3b2 Parents: 9de9b1f Author: henrique <[email protected]> Authored: Fri May 1 14:03:19 2015 +1000 Committer: henrique <[email protected]> Committed: Fri May 1 14:03:19 2015 +1000 ---------------------------------------------------------------------- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/467998b6/CONTRIBUTING.md ---------------------------------------------------------------------- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a6d4dfa..76041f6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,6 +33,7 @@ * 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) + * Verify that your change works on other platforms by adding a GitHub service hook to [Travis CI](http://docs.travis-ci.com/user/getting-started/#Step-one%3A-Sign-in) and [AppVeyor](http://www.appveyor.com/docs) 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
