Thank you for considering contributing to this project!
Your help is highly appreciated. Please take a moment to review these guidelines before submitting a pull request or issue.
- Make sure you have the latest version of the project cloned.
- Create a new branch for your changes:
git checkout -b feature/your-feature-name
- Make your changes and commit them with clear and meaningful commit messages.
- Push to your fork and submit a pull request.
- Ensure your PR is focused and includes only relevant changes.
- If your changes fix a bug or add a feature, please describe them clearly in the PR description.
- Include related issue numbers if applicable (e.g.,
Fixes #123
). - Keep code style consistent with the project.
- If applicable, update documentation and tests.
If you find a bug or want to request a feature:
- Check if it hasn’t already been reported or requested.
- Open a new issue with a clear title and detailed description.
This project uses Dependabot.
If you want to help by updating dependencies, feel free to open a pull request with the version bump.
Be respectful and inclusive. All contributions must follow the community’s Code of Conduct (if available).
Thank you again for helping make this project better!