From 9bfb4688de6c06a0b546a893097ef0af578e21c3 Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Sun, 17 Mar 2019 09:21:53 -0700 Subject: [PATCH] Adde PR template --- .github/PULL_REQUEST_TEMPLATE/pr.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pr.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pr.md b/.github/PULL_REQUEST_TEMPLATE/pr.md new file mode 100644 index 0000000..6b4d864 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pr.md @@ -0,0 +1,9 @@ +First of all, thank you for your contribution! 😄 + + +### ☑️ Self Check before Merge + +- [ ] I have tested the template using the method described in README.md thoroughly +- [ ] I have ensured that I put as much default values as possible (except passwords) to ensure minimum effort required for end users to get started. +- [ ] I have ensured that I am not using the "latest" tag as this tag is dynamically changing and might break the one-click app. Use a fixed version. +- [ ] I have made sure that instructions.start and instructions.end are clear and self-explanatory. \ No newline at end of file