Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.07 KB

CONTRIBUTING.md

File metadata and controls

17 lines (14 loc) · 1.07 KB

How to contribute to proto-gen-struct-transformer

Thank you for your contribution to this project. Next several steps describe process of contribution:

  • Please, open an issue first and describe what problem you are trying to solve.
  • Make changes.
  • Add test(s) for new code.
  • If your changes modify plugin's output, please, add an appropriate example to example directory and re-generate it with make generate.
  • Run ginkgo -r -cover on your feature branch and master branch. New feature should not decrease test coverage.
  • Open PR on GitHub.

Developers tools