Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 927 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (13 loc) · 927 Bytes

Contributing

First of all, thanks for contributing! 🎉

Please, follow this simple guide if you have any improvement proposal or find a bug:

  1. Open an issue so we can discuss it first

  2. Fork the project (GitHub tutorial on Forking Projects )

  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 on your commit messages.

  1. Please, PEP8 and test your code

  2. All good? Make a pull request