diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 10d7ad8b5..be8533f00 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,10 +2,8 @@ Pull requests into cql-execution require the following. Submitter and reviewer should ✔ when done. For items that are not-applicable, mark "N/A" and ✔. -[CDS Connect](https://cds.ahrq.gov/cdsconnect) and [Bonnie](https://github.com/projecttacoma/bonnie) are the main users of this repository. -It is strongly recommended to include a person from each of those projects as a reviewer. - **Submitter:** + - [ ] This pull request describes why these changes were made - [ ] Code diff has been done and been reviewed (it does not contain: additional white space, not applicable code changes, debug statements, etc.) - [ ] Tests are included and test edge cases @@ -18,6 +16,7 @@ It is strongly recommended to include a person from each of those projects as a **Reviewer:** Name: + - [ ] Code is maintainable and reusable, reuses existing code and infrastructure where appropriate, and accomplishes the task’s purpose - [ ] The tests appropriately test the new code, including edge cases - [ ] You have tried to break the code