Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 484 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (11 loc) · 484 Bytes

Contributing

Commits

Please make sure that you stick to the commit message convention by semantic-release So instead of having a message like this: fixed typescript generator You now have this: fix: typescript generator

Tests

Before making the PR also make sure that the tests are green. Just run yarn test.

If it's a fundamental new feature (for example adding a new generator), please cover it with new tests.