CONTRIBUTING.md
# Contributing
First of all, thanks for contributing! :tada:
Please, follow this simple guide if you have any improvement proposal or find a bug:
1. Open an [issue](https://github.com/pv8/noipy/issues) so we can discuss it first
2. [Fork](https://github.com/pv8/noipy/fork) the project ([GitHub tutorial on Forking Projects ](https://guides.github.com/activities/forking/))
3. Do your magic
> Recommendations
> - Do **not** forget: `import this`
> - Use prefixes on branch names: `feat-` for new *features* (i.e. `feat-abc-ddns-provider`), and `fix-` *bug fixes* (i.e. `fix-ddns-updater`)
>
> - Follow [Karma project commit message conventions](https://karma-runner.github.io/2.0/dev/git-commit-msg.html) on your commit messages.
4. Please, [PEP8](https://www.python.org/dev/peps/pep-0008/) and [test](README.rst#running-tests) your code
5. All good? Make a [pull request](https://github.com/pv8/noipy/pulls)