From df89added96e6df2b108b8d7848a7216b2925896 Mon Sep 17 00:00:00 2001 From: Zach Wasserman Date: Sun, 26 Sep 2021 16:35:01 -0700 Subject: [PATCH] Update pull request template (#2234) --- .github/pull_request_template.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index cc86dd9724..d8297eaafa 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,9 +1,9 @@ # Checklist for submitter -If some of the following don't apply, please write a short explanation why. +If some of the following don't apply, delete the relevant line. -- [ ] Changes file added (if needed) +- [ ] Changes file added (for user-visible changes) - [ ] Documented any API changes - [ ] Documented any permissions changes -- [ ] Added tests for all functionality -- [ ] Manual QA for all functionality +- [ ] Added/updated tests +- [ ] Manual QA for all new/changed functionality