Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 472 Bytes

File metadata and controls

20 lines (15 loc) · 472 Bytes

Contributing

Contributions are welcome!

How to contribute

  1. Fork this repository
  2. Create a feature branch (git checkout -b my-feature)
  3. Make your changes
  4. Ensure tests pass
  5. Commit your changes (git commit -m 'Add my feature')
  6. Push to your branch (git push origin my-feature)
  7. Open a Pull Request

Guidelines

  • Keep changes focused and minimal
  • Add tests for new functionality
  • Follow existing code style
  • Update documentation if needed