Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 841 Bytes

File metadata and controls

20 lines (13 loc) · 841 Bytes

Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request if you have a way to improve this project.

If you are making a significant change, please open an issue before creating a pull request. This will allow us to discuss the design and implementation.

Make sure your request is meaningful and you have tested the app.

Commit style guide

We use Conventional Commits for commit messages.

Please prefix your commit messages with one of the following:

  • fix: A bug fix.
  • feat: A new feature.
  • docs: Documentation only changes.
  • refactor: A code change that neither fixes a bug or adds a feature.
  • test: Adding missing tests.
  • build: Changes to the build process or auxiliary tools and libraries such as documentation generation.