From 71896617e49d79a4534184fd36c44ba4acba6862 Mon Sep 17 00:00:00 2001 From: TheBusyBiscuit Date: Sun, 1 Sep 2019 19:10:52 +0200 Subject: [PATCH] Created Pull Request Templates --- .github/PULL_REQUEST_TEMPLATE.md | 14 ++++++++++++++ 1 file changed, 14 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 000000000..86a92e931 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,14 @@ +## Description + + +## Changes + + +## Related Issues + + + +## Testability + +[ ] I have fully tested the proposed changes and promise that they will not break everything into chaos. +[ ] I have also tested the proposed changes in combination with various popular addons and can confirm my changes do not break them.