From d39fca14428ca1087015aa7b3f7f0653f7b4eaeb Mon Sep 17 00:00:00 2001 From: Jon Ursenbach Date: Wed, 9 Jun 2021 09:23:46 -0700 Subject: [PATCH] docs: adding a pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 7 +++++++ 1 file changed, 7 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..f3a1d82ce --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,7 @@ +## 🧰 Changes + +Describe in detail what this PR is for. + +## 🧬 QA & Testing + +Provide as much information as you can on how to test what you've done.