Your feedback and contribution is very valuable to improve this project better! If you'd like contribute, please follow the steps below:
-
Submit a Github Issue and let's discuss what change / features you want to make.
-
Fork the Repo
-
Create your own branch from the master
-
Add your changes and and make sure to unit test it
-
Push changes in your 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:
[RFT] Update code in GetUser() method to include address field
-
-
Submit your PR
By contributing, you agree that your contributions will be licensed under its MIT License.