Contributing to AutoWrapper
April 17, 2020 ยท View on GitHub
Your feedback and contribution is very valuable to improve this project better! If you'd like to contribute, please follow the steps below:
-
Submit a Github Issue and let's discuss what changes / features you want to make.
-
Fork the Repo.
-
Create your own feature branch from the master.
-
Add your changes and and make sure to unit test it.
-
Push changes in your feature branch.
-
Use the following tag when committing you changes:
-
[FET]for New features -
[RFT]for Code Enhancements / Refactor -
[FIX]for Bug Fixes -
[MOD]for Documentation, Configuration and Package updatesFor example:
[FET] Update code in AutoWrapperBase class to include validation for blah...
-
-
Submit your PR.
License
By contributing, you agree that your contributions will be licensed under its MIT License.