Skip to content

Commit 35212f7

Browse files
committed
Update PR templates so users acknowledge they are opening against the right branch.
1 parent 6bf7d42 commit 35212f7

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

.github/PULL_REQUEST_TEMPLATE/bug_fix.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,8 @@ Examples:
5656
- Fixed an issue where multiple cursors did not work in a file with a single line.
5757
- Increased the performance of searching and replacing across a whole project.
5858
59-
-->
59+
-->
60+
61+
62+
### Branch Acknowledgement
63+
[ ] I am acknowledging that I am opening this branch against `staging`

.github/PULL_REQUEST_TEMPLATE/feature_change.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,8 @@ Examples:
5151
- Fixed an issue where multiple cursors did not work in a file with a single line.
5252
- Increased the performance of searching and replacing across a whole project.
5353
54-
-->
54+
-->
55+
56+
57+
### Branch Acknowledgement
58+
[ ] I am acknowledging that I am opening this branch against `staging`

.github/PULL_REQUEST_TEMPLATE/performance_improvement.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,8 @@ Examples:
5252
- Fixed an issue where multiple cursors did not work in a file with a single line.
5353
- Increased the performance of searching and replacing across a whole project.
5454
55-
-->
55+
-->
56+
57+
58+
### Branch Acknowledgement
59+
[ ] I am acknowledging that I am opening this branch against `staging`

0 commit comments

Comments
 (0)