Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 897 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (17 loc) · 897 Bytes

Contributing to ApiBoilerPlate

Your feedback and contribution is very valuable to improve this project better! If you'd like contribute, please follow the steps below:

  1. Submit a Github Issue and let's discuss what change / features you want to make.

  2. Fork the Repo

  3. Create your own branch from the master

  4. Add your changes and and make sure to unit test it

  5. Push changes in your branch

  6. 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 updates

      For example: [RFT] Update code in GetUser() method to include address field

  7. Submit your PR

License

By contributing, you agree that your contributions will be licensed under its MIT License.