Skip to content

Latest commit

 

History

History
executable file
·
30 lines (18 loc) · 493 Bytes

CONTRIBUTING.md

File metadata and controls

executable file
·
30 lines (18 loc) · 493 Bytes

Contributing

  • Make sure you have appropriate unit tests that cover your feature
  • Make sure coverage % is maintained

Changelog

If a git commit message looks like this:

This is my commit subject

This is my commit body

Then the changelog will be stamped in the following fashion on merge:

## <version> - <date>

**Contributor:** <author>

- <git subject>

<git body>

Merging

Once merged, the CI will auto-publish to npm and the changelog will be updated.