diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index 753bb3c2..00000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @dajmcdon @brookslogan diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..ffd9afa9 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,16 @@ +### Checklist + +Please: +- [ ] Make sure this PR is against "dev", not "main". +- [ ] Request a review from one of the current epiprocess main reviewers: + brookslogan, nmdefries. +- [ ] Describe changes made in NEWS.md, making sure breaking changes + (backwards-incompatible changes to the documented interface) are noted. + The right location for this may be in flux (see + [here](https://github.com/cmu-delphi/epiprocess/pull/398)). + +### Change explanations for reviewer + +### Magic GitHub syntax to mark associated Issue(s) as resolved when this is merged into the default branch + +- Resolves #{issue number}