Skip to content

Commit c554e10

Browse files
authored
Merge pull request #401 from cmu-delphi/remove-auto-review-requests
Disable auto review assignment, add PR template
2 parents 44e4646 + cc4c310 commit c554e10

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.github/CODEOWNERS

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/pull_request_template.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
### Checklist
2+
3+
Please:
4+
- [ ] Make sure this PR is against "dev", not "main".
5+
- [ ] Request a review from one of the current epiprocess main reviewers:
6+
brookslogan, nmdefries.
7+
- [ ] Describe changes made in NEWS.md, making sure breaking changes
8+
(backwards-incompatible changes to the documented interface) are noted.
9+
The right location for this may be in flux (see
10+
[here](https://github.com/cmu-delphi/epiprocess/pull/398)).
11+
12+
### Change explanations for reviewer
13+
14+
### Magic GitHub syntax to mark associated Issue(s) as resolved when this is merged into the default branch
15+
16+
- Resolves #{issue number}

0 commit comments

Comments
 (0)