Thank you for your interest in contributing.
- Read the project documentation.
- Search existing issues and pull requests before opening a new one.
- Keep changes focused on a single purpose.
When reporting a bug, include:
- A clear description of the problem.
- Steps to reproduce it.
- The expected behavior.
- Relevant environment details, if applicable.
- Fork the repository.
- Create a new branch for your change.
- Make your changes.
- Test your changes if applicable.
- Open a pull request with a clear description of what changed and why.
- Follow the existing style and conventions.
- Keep code readable and consistent.
- Avoid unrelated changes in the same pull request.
Write clear, concise commit messages that describe the change.
Please ensure that your pull request:
- Has a clear title and description.
- References related issues when appropriate.
- Is ready for review.
Constructive feedback is welcome. Thank you for helping improve the project.