Skip to content

Commit 1baee2c

Browse files
committed
Make PR template less annoying
- One check box for certifications is enough - [ci skip]
1 parent 2b4d661 commit 1baee2c

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,20 @@ This pull request (PR) is a:
3535

3636
### I certify that ###
3737

38-
- [ ] I have reviewed and followed the [contributing guidelines]
39-
- [ ] I will wait at least 24 hours before self-approving the PR to give another
40-
OpenCoarrays developer a chance to review my proposed code
41-
- [ ] I have not introduced errant white space (no trailing white space or white space errors may
42-
be introduced)
43-
- [ ] I have added an explanation of what these changes do and why they should be included
44-
- [ ] I have checked to ensure there aren't other open [Pull Requests] for the same change
45-
- [ ] I have you written new tests for these changes
46-
- [ ] I have successfully tested these changes locally
47-
- [ ] I have commented any non-trivial, non-obvious code changes
48-
- [ ] The commits are logically atomic, self consistent and coherent
49-
- [ ] The [commit messages] follow [best practices]
50-
- [ ] Test coverage is maintained or increased after this is merged
38+
- [ ] I certify that:
39+
- I have reviewed and followed the [contributing guidelines]
40+
- I will wait at least 24 hours before self-approving the PR to give another
41+
OpenCoarrays developer a chance to review my proposed code
42+
- I have not introduced errant white space (no trailing white space or white space errors may
43+
be introduced)
44+
- I have added an explanation of what these changes do and why they should be included
45+
- I have checked to ensure there aren't other open [Pull Requests] for the same change
46+
- I have you written new tests for these changes
47+
- I have successfully tested these changes locally
48+
- I have commented any non-trivial, non-obvious code changes
49+
- The commits are logically atomic, self consistent and coherent
50+
- The [commit messages] follow [best practices]
51+
- Test coverage is maintained or increased after this is merged
5152

5253

5354
## Code coverage data

0 commit comments

Comments
 (0)