-
-
Notifications
You must be signed in to change notification settings - Fork 107
Document PR template requirement in CONTRIBUTING.rst #841
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
webknjaz
merged 1 commit into
cherrypy:main
from
julianz-:docs/contributing-pr-template
Sep 19, 2026
+21
β2
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -16,6 +16,18 @@ if applicable and make the GitHub Actions CI/CD build pass. | |||||
| Sync (preferably rebase) your feature branch with upstream regularly to make | ||||||
| us able to merge your PR seamlessly. | ||||||
|
|
||||||
| Please fill out the pull request template that GitHub adds to your PR | ||||||
| description automatically when you open one -- it covers what kind of | ||||||
| change you're making, whether it affects user-facing behavior, and a | ||||||
| checklist reviewers expect to be addressed (tests, a ``changelog`` | ||||||
| entry, etc.). PRs that skip it may be closed without review. | ||||||
|
|
||||||
| If you're submitting this PR through an automated or AI-assisted tool | ||||||
| that posts directly via the GitHub API, the pull request template | ||||||
| isn't shown to you automatically the way it would be through the | ||||||
| GitHub web UI. Fetch ``.github/PULL_REQUEST_TEMPLATE.md`` directly | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. RST has
Suggested change
|
||||||
| and fill it in yourself. | ||||||
|
|
||||||
| Submitting bug reports | ||||||
| ^^^^^^^^^^^^^^^^^^^^^^ | ||||||
|
|
||||||
|
|
@@ -27,5 +39,7 @@ post a markdown snippet demonstrating minimum reproducible example of an issue. | |||||
|
|
||||||
| Also | ||||||
| ^^^^ | ||||||
| See `Contributing <https://docs.cherrypy.dev/en/latest/contribute.html>`_ in | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ideally, it'd be nice to still have a copy in one place, but I guess it's fine for now. |
||||||
| the CherryPy docs. | ||||||
| See the `contribution guidelines | ||||||
| <https://cheroot.cherrypy.dev/en/latest/contributing/guidelines/>`_ | ||||||
| for more detail, including code style, testing, and the change log | ||||||
| process. | ||||||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| Documented the pull request template requirement in ``.github/CONTRIBUTING.rst``, | ||
| including guidance for automated and AI-assisted tools that submit PRs via the | ||
| GitHub API, and replaced the outdated CherryPy contributing link with cheroot's | ||
| own contribution guidelines | ||
| -- by :user:`julianz-`. |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agents are unlikely to read these instructions w/o them being included into an
AGENTS.mdfile but it's fine for now.