| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -44,7 +44,7 @@ comments they leave and their "Details" links, respectively. The key points of | |||
| 44 | 44 | our workflow that are not covered by a bot or status check are: | |
| 45 | 45 | ||
| 46 | 46 | - All discussions that are not directly related to the code in the pull request | |
| 47 | - should happen on bugs.python.org | ||
| 47 | + should happen on `GitHub Issues <https://github.com/python/cpython/issues>`_. | ||
| 48 | 48 | - Upon your first non-trivial pull request (which includes documentation changes), | |
| 49 | 49 | feel free to add yourself to ``Misc/ACKS`` | |
| 50 | 50 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,10 +7,10 @@ Please read this comment in its entirety. It's quite important. | |||
| 7 | 7 | It should be in the following format: | |
| 8 | 8 | ||
| 9 | 9 | ``` | |
| 10 | - bpo-NNNN: Summary of the changes made | ||
| 10 | + gh-NNNNN: Summary of the changes made | ||
| 11 | 11 | ``` | |
| 12 | 12 | ||
| 13 | - Where: bpo-NNNN refers to the issue number in the https://bugs.python.org. | ||
| 13 | + Where: gh-NNNNN refers to the GitHub issue number. | ||
| 14 | 14 | ||
| 15 | 15 | Most PRs will require an issue number. Trivial changes, like fixing a typo, do not need an issue. | |
| 16 | 16 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | name: Tests | |
| 2 | 2 | ||
| 3 | - # bpo-40548: "paths-ignore" is not used to skip documentation-only PRs, because | ||
| 3 | + # gh-84728: "paths-ignore" is not used to skip documentation-only PRs, because | ||
| 4 | 4 | # it prevents to mark a job as mandatory. A PR cannot be merged if a job is | |
| 5 | 5 | # mandatory but not scheduled because of "paths-ignore". | |
| 6 | 6 | on: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments