Skip to content

Commit 43ba881

Browse files
abadgerrcarrillocruz
authored andcommitted
Move summary to be next to where github places the commit message. (ansible#22368)
If a user makes a PR with a single, detailed commit message, github will put that at the top of the PR. Move our summary field to the top of the PR template so that it is next to where the commit message is placed. Users can then easily merge the two together or supplement the commit message with additional information that we ask for.
1 parent fd6429f commit 43ba881

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+15-7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
##### SUMMARY
2+
<!--- Describe the change, including rationale and design decisions -->
3+
4+
<!---
5+
If you are fixing an existing issue, please include "Fixes #nnn" in your
6+
commit message and your description; but you should still explain what
7+
the change does.
8+
-->
9+
110
##### ISSUE TYPE
211
<!--- Pick one below and delete the rest: -->
312
- Feature Pull Request
@@ -14,16 +23,15 @@
1423
1524
```
1625

17-
##### SUMMARY
18-
<!--- Describe the change, including rationale and design decisions -->
1926

27+
##### ADDITIONAL INFORMATION
2028
<!---
21-
If you are fixing an existing issue, please include "Fixes #nnn" in your
22-
commit message and your description; but you should still explain what
23-
the change does.
24-
-->
29+
Include additional information to help people understand the change here.
30+
For bugs that don't have a linked bug report, a step-by-step reproduction
31+
of the problem is helpful.
32+
-->
2533

26-
<!-- Paste verbatim command output below, e.g. before and after your change -->
34+
<!--- Paste verbatim command output below, e.g. before and after your change -->
2735
```
2836
2937
```

0 commit comments

Comments
 (0)