From b1bcf277952c6982b0755ed88c7ac246fb633c74 Mon Sep 17 00:00:00 2001 From: mwcz Date: Thu, 22 Aug 2019 16:27:14 -0400 Subject: [PATCH] remove PR template questions that are enforced by github --- .github/pull_request_template.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 61e6a63c53..f42b1a5097 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -37,11 +37,9 @@ Your repository infrastructure updates should work for at least: ### Ready-for-merge Checklist - [ ] Expected files: all files in this pull request are related to one feature request or issue (no stragglers)? -- [ ] Did automated tests pass? - [ ] Did browser testing pass? - [ ] Did you update or add any necessary documentation (README.md, WHY.md, etc.)? - [ ] Was this feature demo'd and the design review approved? -- [ ] Did it get a LGTM *after the last commit*? - [ ] Did you update the CHANGELOG.md file with a summary of this update?