Thank you for your interest in contributing! Your contributions are valuable and help improve the project.
- Fork the Repository: Fork the repository to your own GitHub account.
- Clone the Fork: Clone your forked repository to your local machine.
git clone https://github.com/your-username/repository-name.git
- Create a Branch: Create a new branch for your feature or bugfix.
git checkout -b feat/your-feature-name
- Follow the existing code style and conventions.
- Write clear and descriptive commit messages following the Conventional Commits guidelines.
- Update or add documentation as necessary.
- Push Changes: Push your branch to your forked repository.
git push origin feat/your-feature-name
- Open a Pull Request: Submit a pull request to the
mainbranch of the original repository.- Provide a clear title and description.
- Reference any related issues.
- Your pull request will be reviewed by the maintainers.
- Be responsive to feedback and make necessary changes.
- Once approved, your changes will be merged into the project.
- Use the issue tracker to report bugs or suggest enhancements.
- Provide as much detail as possible.
- Be respectful and considerate in all interactions.
- Follow the project's code of conduct.
By contributing, you agree that your contributions will be licensed under the MIT License.