mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Update hub pull-request docs in CONTRIBUTING
This commit is contained in:
parent
2e9833986d
commit
4dc30dabab
1 changed files with 7 additions and 6 deletions
|
|
@ -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
|
||||||
------------------------------
|
------------------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue