2019-06-06 14:19:09 +00:00
## How to contribute to PiVPN
2016-12-07 04:58:48 +00:00
### **Before Getting Started**
#### Code of Conduct
This project adheres to the Contributor Covenant [code of conduct ](CODE_OF_CONDUCT.md ).
By participating, you are expected to uphold this code.
2019-12-20 22:37:40 +00:00
Please report unacceptable behavior to any project maintainer.
2016-12-07 04:58:48 +00:00
### Contributing
#### **Did you find a bug?**
* **Ensure the bug was not already reported** by searching on GitHub under [Issues ](https://github.com/pivpn/pivpn/issues ).
2021-02-04 23:23:04 +00:00
* If you're unable to find an open issue addressing the problem, [open a new one ](https://github.com/pivpn/pivpn/issues/new/choose ). Be sure to include a **title and clear description** , as much relevant information as possible, and a **code sample** or an **executable test case** demonstrating the expected behavior that is not occurring.
2016-12-07 04:58:48 +00:00
#### **Do you want to open a pull request to modify the source?**
* Open a new GitHub pull request with the patch on the [test ](https://github.com/pivpn/pivpn/tree/test ) branch.
* Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.
2022-08-04 22:52:33 +00:00
* Use the following [commit rules ](https://github.com/angular/angular/blob/main/CONTRIBUTING.md#-commit-message-format ).
* Use the following [code style rules ](https://google.github.io/styleguide/shellguide.html ).
2022-08-06 03:16:13 +00:00
We suggest you to use `shfmt` with the options `-i 2 -ci -sr -w -bn`
2022-08-04 22:52:33 +00:00
2020-02-05 19:51:24 +00:00
### **PiVPN Website**
2016-12-07 04:58:48 +00:00
2020-02-05 19:51:24 +00:00
* Yes the site is open source as well! You can find and contribute to [pivpn.io ](https://github.com/pivpn/pivpn.io ) directly.
2016-12-07 04:58:48 +00:00
< / br >
2021-02-04 23:23:04 +00:00
Thanks!
2016-12-07 04:58:48 +00:00
PiVPN Team