From: Jacob Walls Date: Sat, 8 Oct 2022 22:16:52 +0000 (-0400) Subject: Fix link to Lifecycle of a Pull Request in CONTRIBUTING (#98102) X-Git-Tag: v3.12.0a1~149 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3378ebb933b00e1b95f1112511aa2cfb597a4ebf;p=thirdparty%2FPython%2Fcpython.git Fix link to Lifecycle of a Pull Request in CONTRIBUTING (#98102) * Fix link to Lifecycle of a Pull Request in CONTRIBUTING * Remove trailing backslash. Co-authored-by: Ezio Melotti --- diff --git a/.github/CONTRIBUTING.rst b/.github/CONTRIBUTING.rst index 627f57070d20..f4affee76e1d 100644 --- a/.github/CONTRIBUTING.rst +++ b/.github/CONTRIBUTING.rst @@ -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 `_. +`Lifecycle of a Pull Request `_. 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: