From 009b09ece2d884a8d3cf1b2bcf53ccc4c37f55b8 Mon Sep 17 00:00:00 2001 From: ekzyis Date: Thu, 28 Mar 2024 23:05:26 +0100 Subject: [PATCH] Add PR template --- .github/pull_request_template.md | 54 ++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..c5cc903d --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,54 @@ +**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?