Thank you for your interest in contributing! I welcome bug reports, feature suggestions, and pull requests.
- Check if a similar issue already exists.
- For Bugs: Provide a clear title, description, steps to reproduce, and expected vs. actual behavior.
- For Enhancements: Provide a clear title, detailed description, and the motivation behind the suggestion.
- Discuss First: Open or comment on an issue to discuss the change before starting significant work.
- Fork & Branch: Fork the repository and create a descriptive branch from
main(e.g.,123-fix-bug). - Develop: Implement your changes.
- Update Documentation: Ensure any relevant documentation or samples are updated.
- Submit PR:
- Push your branch to your fork.
- Open a Pull Request against the original repository's
mainbranch. - Link the Issue: Reference the related issue (e.g.,
Closes #123). - Describe Your Changes: Clearly explain what you did and why.
- Review: Address any feedback from maintainers.
I appreciate your contributions!