🎉 Thank you for considering contributing to our project! 🎉
We welcome contributions from everyone. Before you start, please take a moment to review this document for some guidelines that will help streamline the process.
If you encounter a bug or have issues with the project, please open an issue on the Issue Tracker. Provide as much detail as possible, including steps to reproduce.
If you have a feature you'd like to see added, please open an issue on the Issue Tracker. Clearly describe the feature and why it's beneficial.
- Fork the repository.
- Create a branch:
git checkout -b feature-name
. - Make your changes and commit them:
git commit -m 'Add feature'
. - Push to the branch:
git push origin feature-name
. - Create a pull request.
Please ensure your code adheres to the existing coding standards, and run any relevant tests.
By contributing, you agree that your contributions will be licensed under the project's LICENSE.