vector2d
Version:
2D Vector library offering Float32Array, Array or standard Object based vectors.
22 lines (16 loc) • 678 B
Markdown
# 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](https://www.npmjs.com/package/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.