mirror of
https://github.com/angristan/openvpn-install.git
synced 2024-11-14 12:59:03 +01:00
Delete .github/ISSUE_TEMPLATE directory
This commit is contained in:
parent
638b51168a
commit
8e427ee9c2
74
.github/ISSUE_TEMPLATE/bug.yml
vendored
74
.github/ISSUE_TEMPLATE/bug.yml
vendored
@ -1,74 +0,0 @@
|
||||
name: Bug Report
|
||||
description: File a bug report
|
||||
title: "[Bug]: "
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this bug report!
|
||||
|
||||
**PLEASE** prioritise these communities before opening an issue.
|
||||
- https://forums.openvpn.net
|
||||
- https://stackoverflow.com/questions/tagged/openvpn
|
||||
- https://github.com/angristan/openvpn-install/discussions
|
||||
|
||||
⚠️ **ANY ISSUE THAT IS NOT CLEARLY A BUG REPORT WILL BE CLOSED AND/OR CONVERTED TO A DISCUSSION.**
|
||||
|
||||
- type: checkboxes
|
||||
id: pre
|
||||
attributes:
|
||||
label: Make sure your check these beforehand!
|
||||
description: Search before opening an issue.
|
||||
options:
|
||||
- label: Issues - https://github.com/angristan/openvpn-install/issues
|
||||
required: true
|
||||
- label: README and FAQ - https://github.com/angristan/openvpn-install
|
||||
required: true
|
||||
- label: Wiki - https://github.com/angristan/openvpn-install/wiki
|
||||
required: true
|
||||
- label: Discussions - https://github.com/angristan/openvpn-install/discussions
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
id: server
|
||||
attributes:
|
||||
label: Server OS
|
||||
description: What OS is the OpenVPN server running on?
|
||||
placeholder: Debian 10
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: input
|
||||
id: openvpn
|
||||
attributes:
|
||||
label: OpenVPN version
|
||||
description: What OpenVPN version is running on your server?
|
||||
placeholder: 2.5.0
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: input
|
||||
id: client
|
||||
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
|
21
.github/ISSUE_TEMPLATE/feature-request.md
vendored
21
.github/ISSUE_TEMPLATE/feature-request.md
vendored
@ -1,21 +0,0 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
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)
|
||||
PLEASE OPEN A DISCUSSION INSTEAD: https://github.com/angristan/openvpn-install/discussions
|
||||
⚠️
|
||||
--->
|
Loading…
Reference in New Issue
Block a user