From 124606468d0e5f9538ac3080075c7cffcbe9100e Mon Sep 17 00:00:00 2001 From: Stanislas Lange Date: Wed, 22 Apr 2020 11:33:47 +0200 Subject: [PATCH] Update issue templates --- ...est.md => bug-report-or-suport-request.md} | 29 ++++++++++--------- .github/ISSUE_TEMPLATE/custom.md | 19 ------------ .github/ISSUE_TEMPLATE/feature_request.md | 9 +++--- .github/ISSUE_TEMPLATE/somehting-else.md | 19 ++++++++++++ 4 files changed, 40 insertions(+), 36 deletions(-) rename .github/ISSUE_TEMPLATE/{bug-report---suport-request.md => bug-report-or-suport-request.md} (54%) delete mode 100644 .github/ISSUE_TEMPLATE/custom.md create mode 100644 .github/ISSUE_TEMPLATE/somehting-else.md diff --git a/.github/ISSUE_TEMPLATE/bug-report---suport-request.md b/.github/ISSUE_TEMPLATE/bug-report-or-suport-request.md similarity index 54% rename from .github/ISSUE_TEMPLATE/bug-report---suport-request.md rename to .github/ISSUE_TEMPLATE/bug-report-or-suport-request.md index 88599d4..f59acf9 100644 --- a/.github/ISSUE_TEMPLATE/bug-report---suport-request.md +++ b/.github/ISSUE_TEMPLATE/bug-report-or-suport-request.md @@ -1,5 +1,5 @@ --- -name: Bug report / Suport request +name: Bug report / Support request about: Create a report to help us improve title: '' labels: '' @@ -9,12 +9,12 @@ assignees: '' **Checklist** -[ ] I read the [README](https://github.com/angristan/openvpn-install/blob/master/README.md) -[ ] I read the [FAQ](https://github.com/angristan/openvpn-install/blob/master/FAQ.md) -[ ] I searched the [issues](https://github.com/angristan/openvpn-install/issues?q=is%3Aissue+) -[ ] My issue is about the script, and not OpenVPN itself +- [ ] I read the [README](https://github.com/angristan/openvpn-install/blob/master/README.md) +- [ ] I read the [FAQ](https://github.com/angristan/openvpn-install/blob/master/FAQ.md) +- [ ] I searched the [issues](https://github.com/angristan/openvpn-install/issues?q=is%3Aissue+) +- [ ] My issue is about the script, and not OpenVPN itself -<--- + @@ -23,6 +23,7 @@ A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: + 1. ... **Expected behavior** @@ -33,14 +34,16 @@ If applicable, add logs or screenshots to help explain your problem. If you can reproduce the issue, please run the script in debug mode and post the output: `bash -x openvpn-install.sh` -**Server (please complete the following information):** - - OS: [e.g. Debian 10] - - Hosting provider, if applicable [e.g. Vultr, AWS] +**Server if applicable):** -**Client (if applicable) (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Client [e.g. OpenVPN Connect] +- OS: [e.g. Debian 10] +- Hosting provider (if applicable): [e.g. Vultr, AWS] + +**Client (if applicable):** + +- Device: [e.g. iPhone6] +- OS: [e.g. iOS8.1] +- Client: [e.g. OpenVPN Connect] **Additional context** Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md deleted file mode 100644 index 74f5711..0000000 --- a/.github/ISSUE_TEMPLATE/custom.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: Custom issue template -about: Describe this issue template's purpose here. -title: '' -labels: '' -assignees: '' - ---- - -**Checklist** - -[ ] I read the [README](https://github.com/angristan/openvpn-install/blob/master/README.md) -[ ] I read the [FAQ](https://github.com/angristan/openvpn-install/blob/master/FAQ.md) -[ ] I searched the [issues](https://github.com/angristan/openvpn-install/issues?q=is%3Aissue+) -[ ] My issue is about the script, and not OpenVPN itself - -<--- -If you need help with OpenVPN itself, please us the [community forums](https://forums.openvpn.net/) or [Stack Overflow](https://stackoverflow.com/questions/tagged/openvpn) ----> diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 04527a0..e5dd037 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -9,11 +9,12 @@ assignees: '' **Checklist** -[ ] I read the [README](https://github.com/angristan/openvpn-install/blob/master/README.md) -[ ] I read the [FAQ](https://github.com/angristan/openvpn-install/blob/master/FAQ.md) -[ ] I searched the [issues](https://github.com/angristan/openvpn-install/issues?q=is%3Aissue+) +- [ ] I read the [README](https://github.com/angristan/openvpn-install/blob/master/README.md) +- [ ] I read the [FAQ](https://github.com/angristan/openvpn-install/blob/master/FAQ.md) +- [ ] I searched the [issues](https://github.com/angristan/openvpn-install/issues?q=is%3Aissue+) +- [ ] My issue is about the script, and not OpenVPN itself -<--- + diff --git a/.github/ISSUE_TEMPLATE/somehting-else.md b/.github/ISSUE_TEMPLATE/somehting-else.md new file mode 100644 index 0000000..7f7058f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/somehting-else.md @@ -0,0 +1,19 @@ +--- +name: Something else +about: +title: '' +labels: '' +assignees: '' + +--- + +**Checklist** + +- [ ] I read the [README](https://github.com/angristan/openvpn-install/blob/master/README.md) +- [ ] I read the [FAQ](https://github.com/angristan/openvpn-install/blob/master/FAQ.md) +- [ ] I searched the [issues](https://github.com/angristan/openvpn-install/issues?q=is%3Aissue+) +- [ ] My issue is about the script, and not OpenVPN itself + +