Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 474 Bytes

File metadata and controls

19 lines (13 loc) · 474 Bytes

Contributing

How to Contribute

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

Code Style

  • Follow existing code style
  • Add tests for new features
  • Update documentation as needed

Reporting Issues

Please use GitHub Issues to report bugs or request features.