Skip to content

Commit ebcd3a3

Browse files
Formatting
- Moved checklist to bottom - Delint Markdown
1 parent efe3367 commit ebcd3a3

File tree

1 file changed

+19
-12
lines changed

1 file changed

+19
-12
lines changed

.github/pull_request_template.md

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,31 @@
1-
### Pull Request Checklist
2-
3-
- [ ] Submitted under the correct tag
4-
- [ ] Runs without error or warning
5-
- [ ] Documentation revised / included
6-
- [ ] Unit tests included
7-
- [ ] Issues referenced
8-
- [ ] Does not create new bugs / issues
9-
---
101
<!-- Please read the contributing guidelines before submitting: https://codeforphilly.github.io/chime/CONTRIBUTING.html -->
112

123
<!--
134
- If this PR affects devops or model, start your PR title with `[DevOps]` or `[Model]`
145
- Update the user or developer documentation, if affected.
156
-->
167

17-
### Link to issue
8+
# Link to issue
9+
1810
- Fixes #(issue number)
1911

20-
### Changelog entry
12+
# Changelog entry
13+
2114
- Short description of problem & solution (1-3 sentences, depending on scope of change)
2215

23-
### Additional info
16+
# Additional info
17+
2418
- 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)