diff options
| author | Kasra Bigdeli <[email protected]> | 2019-03-17 09:21:53 -0700 |
|---|---|---|
| committer | Kasra Bigdeli <[email protected]> | 2019-03-17 09:21:53 -0700 |
| commit | 9bfb4688de6c06a0b546a893097ef0af578e21c3 (patch) | |
| tree | d3ec0d4a86b215d7ea9b21d1d3e8305af8f5bf71 | |
| parent | a8a0afaae424e2867c2277c38c7461c54564f373 (diff) | |
| download | caprover-one-click-apps-9bfb4688de6c06a0b546a893097ef0af578e21c3.tar.gz caprover-one-click-apps-9bfb4688de6c06a0b546a893097ef0af578e21c3.zip | |
Adde PR template
| -rw-r--r-- | .github/PULL_REQUEST_TEMPLATE/pr.md | 9 |
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 |
