First of all, thanks for contributing! 🎉
Please, follow this simple guide if you have any improvement proposal or find a bug:
-
Open an issue so we can discuss it first
-
Fork the project (GitHub tutorial on Forking Projects )
-
Do your magic
Recommendations
Do not forget:
import this
Use prefixes on branch names:
feat-
for new features (i.e.feat-abc-ddns-provider
), andfix-
bug fixes (i.e.fix-ddns-updater
)Follow Karma project commit message conventions on your commit messages.
-
All good? Make a pull request