Update issue/PR template + contributing guidelines

This commit is contained in:
Stanislas Lange
2023-01-21 23:06:44 +01:00
parent 48f8c16d3a
commit 2d0eca1a1d
3 changed files with 15 additions and 13 deletions

View File

@@ -192,6 +192,10 @@ Solutions that provision a ready to use OpenVPN server based on this script in o
## 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
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).