From 0552736dc7fab361445800ee9000544af26e874b Mon Sep 17 00:00:00 2001 From: ekzyis Date: Fri, 19 Apr 2024 17:56:08 +0200 Subject: [PATCH] More concise PR template (#1092) The big HTML comments were getting in the way. --- .github/pull_request_template.md | 31 +++++-------------------------- 1 file changed, 5 insertions(+), 26 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 32579078..8a4ea6b2 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,58 +1,37 @@ ## Description ## Screenshots ## Additional Context ## Checklist - - [ ] Are your changes backwards compatible? - + - [ ] Did you QA this? Could we deploy this straight to production? - - [ ] For frontend changes: Tested on mobile? - - [ ] Did you introduce any new environment variables? If so, call them out explicitly in the PR description.