Skip to content

Commit ea47d68

Browse files
authored
Update PULL_REQUEST_TEMPLATE.md (#624)
1 parent 19a8759 commit ea47d68

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
1212
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
1313
- [ ] I have followed the [contribution guidelines](../CONTRIBUTING.md) and code style for this project.
14+
- [ ] This branch is created from `staging` and not `master`.
15+
- [ ] This PR is being made to `staging` and not `master`.
16+
- [ ] I will squash merge this PR into `staging`.
1417
- [ ] I have added tests covering my contributions.
1518
- [ ] I have updated the documentation accordingly.
16-
- [ ] This PR is being made to `staging` and not `master`
17-
- [ ] I will squash merge this PR into `staging`

0 commit comments

Comments
 (0)