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:

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

  2. Fork the Repo.

  3. Create your own feature branch from the master.

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

  5. Push changes in your feature 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: [FET] Update code in AutoWrapperBase class to include validation for blah...

  7. Submit your PR.

License

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