First off, thank you for considering contributing to our project! We’re excited to have you on board.
There are many ways you can help:
- Reporting bugs
- Suggesting features
- Writing documentation
- Submitting pull requests (PRs)
If you find a bug or have an issue, please check the open issues before creating a new one. If it’s not there, feel free to open a new issue and provide as much information as possible.
- Fork the repo.
- Create a branch for your feature (
git checkout -b feature-name). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'). - Push to your forked repo (
git push origin feature-name). - Open a pull request to the main repository.
Please follow our coding guidelines and write tests for any new code you add.
Thanks for contributing! You're awesome. 😎