mirror of
https://github.com/angristan/openvpn-install.git
synced 2024-11-21 16:29:04 +01:00
Update issue/PR template + contributing guidelines
This commit is contained in:
parent
48f8c16d3a
commit
2d0eca1a1d
13
.github/issue_template.md
vendored
13
.github/issue_template.md
vendored
@ -1,10 +1,9 @@
|
|||||||
<!---
|
<!---
|
||||||
⚠️
|
❗️ Please read ❗️
|
||||||
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 use 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
|
➡️ For the script, prefer opening a discussion thread for help: https://github.com/angristan/openvpn-install/discussions
|
||||||
It helps us to keep the issue tracker clean and focused on bugs and feature requests.
|
💡 It helps 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.
|
🙏 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.
|
✋ For feature requests, remember that this script is meant to be simple and easy to use. If you want to add a lot of options, it's better to fork the project.
|
||||||
⚠️
|
|
||||||
--->
|
--->
|
||||||
|
11
.github/pull_request_template.md
vendored
11
.github/pull_request_template.md
vendored
@ -1,8 +1,7 @@
|
|||||||
<!---
|
<!---
|
||||||
⚠️
|
❗️ Please read ❗️
|
||||||
Please make sure you've followed the guidelines: https://github.com/angristan/openvpn-install#contributing
|
➡️ 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 make sure your changes are tested and working
|
||||||
Please avoid large PRs, and discuss changes in a GitHub issue first
|
🗣️ 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
|
✋ If the changes are too big and not in line with the project, they will probably be rejected. Remember that this script is meant to be simple and easy to use.
|
||||||
⚠️
|
|
||||||
--->
|
--->
|
||||||
|
@ -192,6 +192,10 @@ Solutions that provision a ready to use OpenVPN server based on this script in o
|
|||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
## Discuss changes
|
||||||
|
|
||||||
|
Please open an issue before submitting a PR if you want to discuss a change, especially if it's a big one.
|
||||||
|
|
||||||
### Code formatting
|
### Code formatting
|
||||||
|
|
||||||
We use [shellcheck](https://github.com/koalaman/shellcheck) and [shfmt](https://github.com/mvdan/sh) to enforce bash styling guidelines and good practices. They are executed for each commit / PR with GitHub Actions, so you can check the configuration [here](https://github.com/angristan/openvpn-install/blob/master/.github/workflows/push.yml).
|
We use [shellcheck](https://github.com/koalaman/shellcheck) and [shfmt](https://github.com/mvdan/sh) to enforce bash styling guidelines and good practices. They are executed for each commit / PR with GitHub Actions, so you can check the configuration [here](https://github.com/angristan/openvpn-install/blob/master/.github/workflows/push.yml).
|
||||||
|
Loading…
Reference in New Issue
Block a user