Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 678 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (16 loc) · 678 Bytes

Contributing

All contributors are welcome! Be respectful of everyone involved and together we can all get awesome things done in the world of OSS 🤘

Testing

If you're adding new functions or changing functionality please create or update the unit tests. Simple.

Submitting Changes

When submitting a Pull Request please:

  • Reference an Issue (if one exists)
  • Provide a clear description of the change
  • Use a clear and concise commit message

Coding Conventions

A style guide is enforced using Prettier and it will run as part of your commit along with the unit tests. Let it do it's thing and everything will be good.