Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 809 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (12 loc) · 809 Bytes

👨‍💻How to contribute

Before submitting a pull request, please make sure the following is done >>>

Code Quality

The format of the code is handled by the use of Prettier and EsLint. When coding, make sure that your IDE has access to use Prettier and EsLint to format the code before committing the code to the repository.

Testing

This project is using itself for testing and the test specifications should be placed within the /test folder. All functionality should have it's use-cases somewhat thoroughly tested (best sentence ever, thank you very much).