Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 676 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (14 loc) · 676 Bytes

Contributing to nipovpn

Welcome to nipovpn project. I want to make contributing to this project as easy and transparent as possible.

Pull Requests

I actively welcome your pull requests.

If you're new, we encourage you to take a look at issues

For changes

  1. Create a GitHub issue proposing a new example and make sure it's substantially different from an existing one.
  2. Fork the repo and create your branch from dev.
  3. Make your changes.
  4. Always use scripts/format.sh to format code.
  5. Always build and test your branch.
  6. Write proper comments
  7. Creat a pull request to dev.
  8. Wait for response