Add issue and PR templates

This commit is contained in:
Stanislas Lange
2023-01-21 23:00:23 +01:00
父節點 38d3bf9afa
當前提交 48f8c16d3a
共有 2 個文件被更改,包括 18 次插入0 次删除

10
.github/issue_template.md vendored Normal file
查看文件

@@ -0,0 +1,10 @@
<!---
⚠️
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 prefer open a discussion thread of help: https://github.com/angristan/openvpn-install/discussions
It helps us to keep the issue tracker clean and focused on bugs and feature requests.
Please include as much information as possible, and make sure you're running the latest version of the script.
For feature requests, keep in mind that this script is meant to be simple and easy to use. If you want to add a lot of options, it's probably better to fork the project.
⚠️
--->

8
.github/pull_request_template.md vendored Normal file
查看文件

@@ -0,0 +1,8 @@
<!---
⚠️
Please make sure you've followed the guidelines: https://github.com/angristan/openvpn-install#contributing
Please make sure your changes are tested and working
Please avoid large PRs, and discuss changes in a GitHub issue first
If the changes are too big and not in line with the project, they will probably be rejected
⚠️
--->