mirror of
https://github.com/angristan/openvpn-install.git
synced 2024-11-23 09:19:04 +01:00
Update issue templates
This commit is contained in:
parent
2b9c108232
commit
124606468d
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
name: Bug report / Suport request
|
name: Bug report / Support request
|
||||||
about: Create a report to help us improve
|
about: Create a report to help us improve
|
||||||
title: ''
|
title: ''
|
||||||
labels: ''
|
labels: ''
|
||||||
@ -9,12 +9,12 @@ assignees: ''
|
|||||||
|
|
||||||
**Checklist**
|
**Checklist**
|
||||||
|
|
||||||
[ ] I read the [README](https://github.com/angristan/openvpn-install/blob/master/README.md)
|
- [ ] 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 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 [issues](https://github.com/angristan/openvpn-install/issues?q=is%3Aissue+)
|
||||||
[ ] My issue is about the script, and not OpenVPN itself
|
- [ ] 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)
|
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)
|
||||||
--->
|
--->
|
||||||
|
|
||||||
@ -23,6 +23,7 @@ A clear and concise description of what the bug is.
|
|||||||
|
|
||||||
**To Reproduce**
|
**To Reproduce**
|
||||||
Steps to reproduce the behavior:
|
Steps to reproduce the behavior:
|
||||||
|
|
||||||
1. ...
|
1. ...
|
||||||
|
|
||||||
**Expected behavior**
|
**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`
|
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):**
|
**Server if applicable):**
|
||||||
- OS: [e.g. Debian 10]
|
|
||||||
- Hosting provider, if applicable [e.g. Vultr, AWS]
|
- OS: [e.g. Debian 10]
|
||||||
|
- Hosting provider (if applicable): [e.g. Vultr, AWS]
|
||||||
|
|
||||||
|
**Client (if applicable):**
|
||||||
|
|
||||||
**Client (if applicable) (please complete the following information):**
|
|
||||||
- Device: [e.g. iPhone6]
|
- Device: [e.g. iPhone6]
|
||||||
- OS: [e.g. iOS8.1]
|
- OS: [e.g. iOS8.1]
|
||||||
- Client [e.g. OpenVPN Connect]
|
- Client: [e.g. OpenVPN Connect]
|
||||||
|
|
||||||
**Additional context**
|
**Additional context**
|
||||||
Add any other context about the problem here.
|
Add any other context about the problem here.
|
19
.github/ISSUE_TEMPLATE/custom.md
vendored
19
.github/ISSUE_TEMPLATE/custom.md
vendored
@ -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)
|
|
||||||
--->
|
|
9
.github/ISSUE_TEMPLATE/feature_request.md
vendored
9
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -9,11 +9,12 @@ assignees: ''
|
|||||||
|
|
||||||
**Checklist**
|
**Checklist**
|
||||||
|
|
||||||
[ ] I read the [README](https://github.com/angristan/openvpn-install/blob/master/README.md)
|
- [ ] 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 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 [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)
|
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)
|
||||||
--->
|
--->
|
||||||
|
|
||||||
|
19
.github/ISSUE_TEMPLATE/somehting-else.md
vendored
Normal file
19
.github/ISSUE_TEMPLATE/somehting-else.md
vendored
Normal file
@ -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
|
||||||
|
|
||||||
|
<!---
|
||||||
|
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)
|
||||||
|
--->
|
Loading…
Reference in New Issue
Block a user