add tips for filing better PR

This commit is contained in:
wing328 2016-09-10 00:23:00 +08:00 committed by GitHub
parent f55a9cee2f
commit 81e9bd0d73

View File

@ -72,3 +72,4 @@ To start the CI tests, you can run `mvn verify -Psamples` (assuming you've all t
- Add test case(s) to cover the change
- Document the fix in the code to make the code more readable
- Make sure test cases passed after the change (one way is to leverage https://travis-ci.org/ to run the CI tests)
- File a PR with meaningful title, description and commit messages. A good example is https://github.com/swagger-api/swagger-codegen/pull/3306