Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 957 Bytes

File metadata and controls

24 lines (15 loc) · 957 Bytes

Contributing

First off, thank you so much for taking the time to contribute. All contributions are more than welcome!

How can I contribute?

If you have an awesome new feature that you want to implement or you found a bug that you would like to fix, here are some instructions to guide you through the process:

  • Create an issue to explain and discuss the details
  • Fork the repo
  • Clone the repo and set it up (check out the setting up locally section in README.md)
  • Implement the necessary changes
  • Test your changes to make sure they work as expected and nothing breaks
  • Send a pull request to the development branch

Guidelines

Git commit messages

Follow Conventional Commits 1.0.0 guidelines

Coding style guide

We currently don't have a coding style guide.