From b6a59fe6e0d7f4df26f29f98e0f73deaec61d4e0 Mon Sep 17 00:00:00 2001 From: nh916 Date: Wed, 1 Nov 2023 18:00:43 -0700 Subject: [PATCH] added a checklist item to PR template to remind developers to write automated tests for the code changes --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 94160fc61..4cc846a65 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,3 +10,4 @@ - [ ] My name is on the list of contributors (`CONTRIBUTORS.md`) in the pull request source branch. - [ ] I have updated the documentation to reflect my changes. +- [ ] My code changes have been verified by automated tests and pass all relevant test scenarios.