mirror of
https://github.com/angristan/openvpn-install.git
synced 2024-11-22 00:39:03 +01:00
Update bug-report-or-suport-request.md
This commit is contained in:
parent
b4d6acac83
commit
68f2080f0c
@ -1,35 +1,55 @@
|
|||||||
---
|
name: Bug Report
|
||||||
name: Bug report / Support request
|
description: File a bug report
|
||||||
about: Create a report to help us improve
|
title: "[Bug]: "
|
||||||
title: ''
|
labels: ["bug", "triage"]
|
||||||
labels: ''
|
assignees:
|
||||||
assignees: ''
|
- octocat
|
||||||
|
body:
|
||||||
---
|
- type: markdown
|
||||||
|
attributes:
|
||||||
**⚠️ 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!**
|
value: |
|
||||||
|
Thanks for taking the time to fill out this bug report!
|
||||||
**Checklist**
|
PLEASE prioritise these communities before opening an issue.
|
||||||
|
- https://forums.openvpn.net
|
||||||
- [ ] I read the [README](https://github.com/angristan/openvpn-install/blob/master/README.md)
|
- https://stackoverflow.com/questions/tagged/openvpn
|
||||||
- [ ] I read the [FAQ](https://github.com/angristan/openvpn-install/blob/master/FAQ.md)
|
- https://github.com/angristan/openvpn-install/discussions
|
||||||
- [ ] I searched the [issues](https://github.com/angristan/openvpn-install/issues?q=is%3Aissue+)
|
ANY ISSUE THAT IS NOT CLEARLY A BUG REPORT WILL BE CLOSED AND/OR CONVERTED TO A DISCUSSION.
|
||||||
- [ ] I searched the [discussion](https://github.com/angristan/openvpn-install/discussions)
|
- type: input
|
||||||
- [ ] My issue is about the script, and not OpenVPN itself
|
id: server
|
||||||
|
attributes:
|
||||||
<!---
|
label: Server OS
|
||||||
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)
|
description: What OS is the OpenVPN server running on?
|
||||||
--->
|
placeholder: Debian 10
|
||||||
|
validations:
|
||||||
Pease include as much details as possible in your issue:
|
required: false
|
||||||
|
- type: input
|
||||||
- Description of the issue
|
id: openvpn
|
||||||
- How to reproduce the issue
|
attributes:
|
||||||
- What did you expected should happen
|
label: OpenVPN version
|
||||||
- Logs
|
description: What OpenVPN version is running on your server?
|
||||||
- Server/Client versions (OS, OpenVPN, etc)
|
placeholder: 2.5.0
|
||||||
- Any context or information that could help
|
validations:
|
||||||
|
required: false
|
||||||
---
|
- type: input
|
||||||
|
id: client
|
||||||
<!-- Write your report below this line -->
|
attributes:
|
||||||
|
label: Client
|
||||||
|
description: What OS and client are you using? Please specify the versions.
|
||||||
|
placeholder: Viscosity 1.10.1 on macOS 12.1
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: textarea
|
||||||
|
id: issue
|
||||||
|
attributes:
|
||||||
|
label: What is the bug?
|
||||||
|
description: Also tell us, what did you expect to happen?
|
||||||
|
placeholder: Tell us what you see!
|
||||||
|
value: "A bug happened!"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: logs
|
||||||
|
attributes:
|
||||||
|
label: Relevant log output
|
||||||
|
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
||||||
|
render: shell
|
||||||
|
Loading…
Reference in New Issue
Block a user