Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 415 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (13 loc) · 415 Bytes

Contributing

Setup

  • fork repository
  • checkout master branch
  • mvn clean install -Dmaven.gpg.skip

Making changes

  • make changes in converter-annotation-processor module
  • test the changes in converter-codegen-testapp
  • mvn clean install -Dmaven.gpg.skip

Pull Request

  • push to your master branch
  • make pull request with original repository's master branch

Thanks for contributing! 💚