Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.44 KB

CONTRIBUTING.md

File metadata and controls

40 lines (24 loc) · 1.44 KB

Contributing

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.

Local development

Please use the following tools for development:

Commit messages

For a more understandable collaboration, please use conventional commit messages.

Pull request

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.


❤️ I thank you for wanting to contribute to this project in order to create an improvement for all users.