Skip to content

Commit b480f1d

Browse files
committed
Merge branch 'stale-update'
2 parents 84ea96a + 1baee2c commit b480f1d

File tree

2 files changed

+16
-13
lines changed

2 files changed

+16
-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

.github/stale.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ daysUntilClose: 21
88
exemptLabels:
99
- help wanted
1010
- in progress
11+
- in-progress
12+
- help-wanted
1113
# Label to use when marking as stale
1214
staleLabel: stale
1315
# Comment to post when marking as stale. Set to `false` to disable

0 commit comments

Comments
 (0)