Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 477 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (4 loc) · 477 Bytes

Contributing

If you would like to contribute code, please submit a Pull Request with the changes you would like to make.

Please use eslint to ensure your code is in a similar style to the rest before submitting your PR. Use prettier to ensure a consistant style. The .prettierrc.json and .eslintrc.json files are included in the repo

I will likely merge your PR if it works as intended and does not break other features.