I would be happy if you can contribute to this project! If you feel you are able to provide improvements or bug fixes by yourself, please do so by forking the repository and creating a pull request. Otherwise feel free to create an issue.
Please use the following tools for development:
For a more understandable collaboration, please use conventional commit messages.
Note the following to create a pull request.
Run the linter and fix any linting problems with your code:
yarn run lint
Document your changes in the CHANGELOG.md
.
Create a pull request. Ideally your pull request should include these things:
- Tests for the things you've changed/added
- Good documentation / Comments in the code
Now submit your pull request to merge from your fork to master. Then I will look at your request and if necessary suggest changes, improvements or alternatives.