summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.github/PULL_REQUEST_TEMPLATE/pr.md9
1 files changed, 9 insertions, 0 deletions
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