Before submitting a pull request, please make sure the following is done >>>
- Fork the repo and create your branch from master. A guide on how to fork a repository: https://help.github.com/articles/fork-a-repo/
- Publish your branch
- Create a pr to master
- Wait CI checks (tests, lint, prettier)
- Merge
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.
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).