Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 871 Bytes

File metadata and controls

32 lines (21 loc) · 871 Bytes

Contributing

Thanks for your interest in contributing! Here's how to get started.

Bug Reports & Feature Requests

Open a GitHub Issue with:

  • Clear description of the problem or idea
  • Steps to reproduce (for bugs)
  • Expected vs actual behavior

Pull Requests

  1. Fork the repository
  2. Create a feature branch (git checkout -b feat/your-feature)
  3. Make your changes with clear commit messages
  4. Run existing tests to ensure nothing breaks
  5. Open a PR with a description of what changed and why

Development Setup

See the README for installation and setup instructions.

Code Style

  • Follow the existing patterns in the codebase
  • Use meaningful variable and function names
  • Add comments only where the logic isn't self-evident

Questions?

Open an issue or start a discussion. Response time is typically within a few days.