Skip to content

Commit 9d9eff6

Browse files
committed
Refresh the PULL_REQUEST_TEMPLATE
1 parent de4d317 commit 9d9eff6

File tree

1 file changed

+28
-14
lines changed

1 file changed

+28
-14
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+28-14
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,33 @@
1-
Subject: <short purpose of this pull request>
1+
<!--
2+
Thank you for creating this pull request and for spending time to help Sphinx!
3+
Our contributors' guide can be found online: https://www.sphinx-doc.org/en/master/internals/contributing.html
4+
Ask any questions at https://github.com/sphinx-doc/sphinx/discussions
5+
-->
26

3-
### Feature or Bugfix
4-
<!-- please choose -->
5-
- Feature
6-
- Bugfix
7-
- Refactoring
87

9-
### Purpose
10-
- <long purpose of this pull request>
11-
- <Environment if this PR depends on>
8+
## Purpose
129

13-
### Detail
14-
- <feature1 or bug1>
15-
- <feature2 or bug2>
10+
<!--
11+
A description of the purpose of this pull request.
12+
Ensure that all relevant information is included for reviewers,
13+
including any environment-specific details.
1614
17-
### Relates
18-
- <URL or Ticket>
15+
* If you plan to add tests or documentation after opening this PR,
16+
please note it here.
17+
* For user-visible changes, remember to add an entry to CHANGES.rst.
18+
* Please add your name to AUTHORS.rst if you haven't already!
19+
-->
1920

21+
22+
## References
23+
24+
<!--
25+
Please add any relevant links here, especially including any
26+
GitHub issues or Pull Requests that this PR would resolve.
27+
This helps to ensure that reviewers have context from
28+
previous discussions or decisions.
29+
-->
30+
31+
- <...>
32+
- <...>
33+
- <...>

0 commit comments

Comments
 (0)