Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 731 Bytes

File metadata and controls

31 lines (22 loc) · 731 Bytes

Contributing

Thank you for your interest in contributing!

How to Contribute

  1. Fork the repository
  2. Clone your fork locally
  3. Create a feature branch: git checkout -b feature/your-feature
  4. Make your changes
  5. Test your changes
  6. Commit: git commit -m "Add your feature"
  7. Push: git push origin feature/your-feature
  8. Open a Pull Request

Code Style

  • Follow existing code patterns
  • Write clear commit messages
  • Add tests for new features
  • Update documentation as needed

Issues

  • Check existing issues before creating new ones
  • Use issue templates when available
  • Provide clear reproduction steps for bugs

Questions?

Open an issue with the "question" label.