Thanks for your interest in contributing!
- Fork the repository
- Create a feature branch:
git checkout -b feat/my-feature - Make your changes with clear, focused commits
- Push to your fork and open a pull request
Open a GitHub Issue with:
- A clear title
- Steps to reproduce
- Expected vs actual behavior
- Your environment (OS, runtime version)
Open an Issue tagged enhancement. Describe the use case and how it fits the project's goals.
- Keep changes focused and minimal
- Add or update tests where relevant
- Document public APIs
Please read CODE_OF_CONDUCT.md before participating.