From 243d94dec8e5a985acd109cf35de2e1b2ab34117 Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Sun, 17 Mar 2019 09:23:24 -0700 Subject: Renamed PR template --- .github/PULL_REQUEST_TEMPLATE.md | 9 +++++++++ .github/PULL_REQUEST_TEMPLATE/pr.md | 9 --------- 2 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md delete mode 100644 .github/PULL_REQUEST_TEMPLATE/pr.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..6b4d864 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.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 diff --git a/.github/PULL_REQUEST_TEMPLATE/pr.md b/.github/PULL_REQUEST_TEMPLATE/pr.md deleted file mode 100644 index 6b4d864..0000000 --- a/.github/PULL_REQUEST_TEMPLATE/pr.md +++ /dev/null @@ -1,9 +0,0 @@ -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 -- cgit v1.2.3