Skip to content

Commit a8c21bc

Browse files
Merge pull request #515 from CodeForPhilly/btr-pr-template
Create generic PR template
2 parents be1b130 + 0ed02d2 commit a8c21bc

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

.github/pull_request_template.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,27 @@
55
- Update the user or developer documentation, if affected.
66
-->
77

8-
### Link to issue
8+
# Link to issue
9+
910
- Fixes #(issue number)
1011

11-
### Changelog entry
12+
# Changelog entry
13+
1214
- Short description of problem & solution (1-3 sentences, depending on scope of change)
1315

14-
### Additional info
16+
# Additional info
17+
1518
- Anything else reviewers and future readers should know
19+
20+
---
21+
22+
## <center>Pull Request Checklist</center>
23+
24+
### <center>For Reviewer</center>
25+
26+
- [ ] Submitted under the correct tag
27+
- [ ] Runs without error or warning
28+
- [ ] Documentation revised / included
29+
- [ ] Unit tests included
30+
- [ ] Issues referenced
31+
- [ ] Does not create new bugs / issues

0 commit comments

Comments
 (0)