Skip to content

Commit b8aaba4

Browse files
authored
Create pull_request_template.md
1 parent 51f4582 commit b8aaba4

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/pull_request_template.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!-- This is an generated PR template by @gawdn -->
2+
<!-- Please ensure you complete the checklist -->
3+
4+
## Changes
5+
- List all major changes made here
6+
7+
## Change reason
8+
List the reason you are making the change here.
9+
10+
## Comments
11+
- Add any other comments about the PR here
12+
13+
## Closes
14+
- Add issues that this PR closes here
15+
16+
## Checklist
17+
- [ ] PR is named appropriately (describe what it does/changes/fixes)
18+
- [ ] Changes are "atomic" (related to the same thing) otherwise consider splitting your PR into two changes
19+
- [ ] You have linked the issues this PR closes by using `Close #issue_number`
20+
- [ ] You have assigned this PR to yourself (or as appropriate)
21+
- [ ] You have assigned reviewers to the PR
22+
- [ ] You have labelled this PR appropriately
23+
- [ ] You have set the project and milestone
24+
- [ ] You have rebased this PR against the remote base branch using `git rebase -i origin/dev` (other relevant base branch). Read the [contributing guide](CONTRIBUTING.md) if you're unsure.

0 commit comments

Comments
 (0)