diff --git a/.github/ISSUE_TEMPLATE/bug-report-or-suport-request.md b/.github/ISSUE_TEMPLATE/bug-report-or-suport-request.md index f59acf9..167dd9e 100644 --- a/.github/ISSUE_TEMPLATE/bug-report-or-suport-request.md +++ b/.github/ISSUE_TEMPLATE/bug-report-or-suport-request.md @@ -7,43 +7,25 @@ assignees: '' --- +**⚠️ Unless you are sure you find a bug with the script, please open a [discussion](https://github.com/angristan/openvpn-install/discussions) instead of an issue!** + **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 searched the [discussion](https://github.com/angristan/openvpn-install/discussions) - [ ] My issue is about the script, and not OpenVPN itself -**Describe the issue** -A clear and concise description of what the bug is. +Pease include as much details as possible in your issue: -**To Reproduce** -Steps to reproduce the behavior: - -1. ... - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Logs** -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 if applicable):** - -- 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. +- Description of the issue +- How to reproduce the issue +- What did you expected should happen +- Logs +- Server/Client versions (OS, OpenVPN, etc) +- Any context or information that could help