From 28226e9b046239cccae849b822ba054890b03c8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20=C3=85lund?= Date: Sat, 7 Mar 2020 22:56:47 +0100 Subject: [PATCH] Creat PR template --- .github/PULL_REQUEST_TEMPLATE.md | 13 +++++++++++++ 1 file changed, 13 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 0000000000..57746da2e8 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,13 @@ +## Hey, I just made a Pull Request! + + + +#### :heavy_check_mark: Checklist + +- [ ] All tests are passing `yarn test` +- [ ] Screenshots attached (for UI changes) +- [ ] Relevant documentation updated +- [ ] Prettier run on changed files +- [ ] Tests added for new functionality +- [ ] Regression tests added for bug fixes