Skip to content

Commit 155ddab

Browse files
ahsteelerheone
authored andcommitted
Fix numbering of pull request template (#19)
When not rendered markdown the pull request template looks terrible. By using human understandable numbering it fixes this issue. Closes #17, #18
1 parent 4ab9e1d commit 155ddab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/pull_request_template.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ Hello, and welcome! Thanks you for your contribution to **Chordly**.
66
- [ ] Does it fix a bug?
77
- [ ] Does it add new functionality?
88

9-
1. Assuming there is a code change in this contribution
9+
2. Assuming there is a code change in this contribution
1010
- [ ] Have you included unit test(s) to verify the change?
1111
- [ ] Do all pre-existing unit tests pass as expected?
1212
- [ ] Does the change break existing functionality, if so have you explained why doing so is necessary?
1313
- [ ] Have you listed the possible side-effects or negative impacts of the code change.
1414

15-
1. Put `closes #XXXX` in your comment, where XXXX is the the issue that your PR fixes.
16-
1. Provide any other information that pertinent to the PR you're making.
17-
1. Click "Create pull request".
15+
3. Put `closes #XXXX` in your comment, where XXXX is the the issue that your PR fixes.
16+
4. Provide any other information that pertinent to the PR you're making.
17+
5. Click "Create pull request".
1818

1919
Thanks again, we'll review your PR and and act accordingly.

0 commit comments

Comments
 (0)