Skip to content

Commit

Permalink
Fix link to Lifecycle of a Pull Request in CONTRIBUTING (GH-98102)
Browse files Browse the repository at this point in the history
* Fix link to Lifecycle of a Pull Request in CONTRIBUTING

* Remove trailing backslash.

Co-authored-by: Ezio Melotti <[email protected]>
(cherry picked from commit 3378ebb)

Co-authored-by: Jacob Walls <[email protected]>
  • Loading branch information
miss-islington and jacobtylerwalls authored Oct 8, 2022
1 parent 15a11a6 commit c86ee93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ also suggestions on how you can most effectively help the project.

Please be aware that our workflow does deviate slightly from the typical GitHub
project. Details on how to properly submit a pull request are covered in
`Lifecycle of a Pull Request <https://devguide.python.org/pullrequest/>`_.
`Lifecycle of a Pull Request <https://devguide.python.org/getting-started/pull-request-lifecycle.html>`_.
We utilize various bots and status checks to help with this, so do follow the
comments they leave and their "Details" links, respectively. The key points of
our workflow that are not covered by a bot or status check are:
Expand Down

0 comments on commit c86ee93

Please sign in to comment.