dashboardwireguard-vpn-setupwireguard-vpnwireguard-tunnelwireguard-dashboardwireguardwg-managervpnsite-to-siteobfuscation
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.9 KiB
32 lines
1.9 KiB
5 years ago
|
## How to contribute to wireguard-manager
|
||
|
|
||
|
#### **Did you find a bug?**
|
||
|
|
||
|
* **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/perara/wireguard-manager/issues).
|
||
|
|
||
|
* If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/perara/wireguard-manager/issues/new). Be sure to include a **title and clear description**, as much relevant information as possible, and a **code sample** demonstrating the expected behavior that is not occurring.
|
||
|
|
||
|
* If possible, use the [bug report template](.github/ISSUE_TEMPLATE.md) to create the issue.
|
||
|
|
||
|
#### **Did you write a patch that fixes a bug?**
|
||
|
|
||
|
* Open a new GitHub pull request with the patch.
|
||
|
|
||
|
* Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.
|
||
|
|
||
|
#### **Do you intend to add a new feature or change an existing one?**
|
||
|
|
||
|
* Send a [GitHub Pull Request](https://github.com/perara/wireguard-manager/pull/new) with a clear list of what you've done (read more about [pull requests](http://help.github.com/pull-requests/)). Please follow our coding conventions (below) and make sure all of your commits are atomic (one feature per commit).
|
||
|
|
||
|
* We use [Karma commit message convention](http://karma-runner.github.io/0.13/dev/git-commit-msg.html). Please follow it.
|
||
|
|
||
|
* Use [Angular](https://angular.io/guide/styleguide), [TypeScript](https://github.com/Microsoft/TypeScript/wiki/Coding-guidelines) and [JavaScript](https://github.com/airbnb/javascript) style guides. You can check your code using `npm run lint` or `ng lint` or using standalone linters (for example, linter plugins for your editor).
|
||
|
|
||
|
#### **Do you have questions about the source code?**
|
||
|
|
||
|
* Ask any question about how to use wireguard-manager in the [Issues](https://github.com/perara/wireguard-manager/issues).
|
||
|
|
||
|
Thanks! :heart: :heart: :heart:
|
||
|
|
||
|
Per-Arne Andersen
|