Update hub pull-request docs in CONTRIBUTING

This commit is contained in:
Justin Mayer 2019-11-12 14:13:43 -08:00
commit 4dc30dabab

View file

@ -120,12 +120,13 @@ Using Git and GitHub
GitHub's web UI to submit the pull request. This isn't an absolute GitHub's web UI to submit the pull request. This isn't an absolute
requirement, but makes the maintainers' lives much easier! Specifically: requirement, but makes the maintainers' lives much easier! Specifically:
`install hub <https://github.com/github/hub/#installation>`_ and then run `install hub <https://github.com/github/hub/#installation>`_ and then run
`hub pull-request <https://github.com/github/hub/#git-pull-request>`_ to `hub pull-request -i [ISSUE] <https://hub.github.com/hub-pull-request.1.html>`_
turn your GitHub issue into a pull request containing your code. to turn your GitHub issue into a pull request containing your code.
* After you have issued a pull request, Travis will run the test suite for all * After you have issued a pull request, the continuous integration (CI) system
supported Python versions and check for PEP8 compliance. If any of these will run the test suite for all supported Python versions and check for PEP8
checks fail, you should fix them. (If tests fail on Travis but seem to pass compliance. If any of these checks fail, you should fix them. (If tests fail
locally, ensure that local test runs aren't skipping any tests.) on the CI system but seem to pass locally, ensure that local test runs aren't
skipping any tests.)
Contribution quality standards Contribution quality standards
------------------------------ ------------------------------