Thank you for considering contributing to our project! We appreciate your time and effort to make this project better.
- Fork the repository and clone it locally.
- Install dependencies using
npm install
. - Create a new branch for your contribution:
git checkout -b feature/your-feature
.
- Follow the coding style and guidelines.
- Test your changes thoroughly.
- Ensure that your code is well-documented.
- Commit your changes with a clear and descriptive message.
- Push your changes to your forked repository.
- Open a pull request to the main repository's
develop
branch.
We follow our coding style guide for consistency.
If you find any bugs or issues, please open an issue on our issue tracker.
If you have ideas for new features or improvements, feel free to open an issue to discuss.
Thank you for contributing to our project! Your efforts help make it better for everyone.