Skip to content

Commit 5087e28

Browse files
authored
Merge pull request atom#18354 from atom/dw-pr-release-notes
Add "Release Notes" section to PR templates
2 parents 2e1785f + 89c3a39 commit 5087e28

File tree

4 files changed

+72
-0
lines changed

4 files changed

+72
-0
lines changed

.github/PULL_REQUEST_TEMPLATE/bug_fix.md

+18
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,21 @@ We must be able to understand the design of your change from this description. I
3939
What process did you follow to verify that the change has not introduced any regressions? Describe the actions you performed (including buttons you clicked, text you typed, commands you ran, etc.), and describe the results you observed.
4040
4141
-->
42+
43+
### Release Notes
44+
45+
<!--
46+
47+
Please describe the changes in a single line that explains this improvement in
48+
terms that a user can understand. This text will be used in Atom's release notes.
49+
50+
If this change is not user-facing or notable enough to be included in release notes
51+
you may use the strings "Not applicable" or "N/A" here.
52+
53+
Examples:
54+
55+
- The GitHub package now allows you to add co-authors to commits.
56+
- Fixed an issue where multiple cursors did not work in a file with a single line.
57+
- Increased the performance of searching and replacing across a whole project.
58+
59+
-->

.github/PULL_REQUEST_TEMPLATE/documentation.md

+18
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,21 @@
1010
We must be able to understand the purpose of your change from this description. If we can't get a good idea of the benefits of the change from the description here, the pull request may be closed at the maintainers' discretion.
1111
1212
-->
13+
14+
### Release Notes
15+
16+
<!--
17+
18+
Please describe the changes in a single line that explains this improvement in
19+
terms that a user can understand. This text will be used in Atom's release notes.
20+
21+
If this change is not user-facing or notable enough to be included in release notes
22+
you may use the strings "Not applicable" or "N/A" here.
23+
24+
Examples:
25+
26+
- The GitHub package now allows you to add co-authors to commits.
27+
- Fixed an issue where multiple cursors did not work in a file with a single line.
28+
- Increased the performance of searching and replacing across a whole project.
29+
30+
-->

.github/PULL_REQUEST_TEMPLATE/feature_change.md

+18
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,21 @@ What process did you follow to verify that your change has the desired effects?
5050
Describe the actions you performed (including buttons you clicked, text you typed, commands you ran, etc.), and describe the results you observed.
5151
5252
-->
53+
54+
### Release Notes
55+
56+
<!--
57+
58+
Please describe the changes in a single line that explains this improvement in
59+
terms that a user can understand. This text will be used in Atom's release notes.
60+
61+
If this change is not user-facing or notable enough to be included in release notes
62+
you may use the strings "Not applicable" or "N/A" here.
63+
64+
Examples:
65+
66+
- The GitHub package now allows you to add co-authors to commits.
67+
- Fixed an issue where multiple cursors did not work in a file with a single line.
68+
- Increased the performance of searching and replacing across a whole project.
69+
70+
-->

.github/PULL_REQUEST_TEMPLATE/performance_improvement.md

+18
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,21 @@ What process did you follow to verify that the change has not introduced any reg
3535
### Applicable Issues
3636

3737
<!-- Enter any applicable Issues here -->
38+
39+
### Release Notes
40+
41+
<!--
42+
43+
Please describe the changes in a single line that explains this improvement in
44+
terms that a user can understand. This text will be used in Atom's release notes.
45+
46+
If this change is not user-facing or notable enough to be included in release notes
47+
you may use the strings "Not applicable" or "N/A" here.
48+
49+
Examples:
50+
51+
- The GitHub package now allows you to add co-authors to commits.
52+
- Fixed an issue where multiple cursors did not work in a file with a single line.
53+
- Increased the performance of searching and replacing across a whole project.
54+
55+
-->

0 commit comments

Comments
 (0)