Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 624 Bytes

File metadata and controls

25 lines (16 loc) · 624 Bytes

Contributing

Thank you for your interest in contributing!

How to Contribute

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature/my-feature
  3. Commit your changes: git commit -m "feat: add my feature"
  4. Push to the branch: git push origin feature/my-feature
  5. Open a Pull Request

Code Standards

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

Issues

Found a bug or have a feature request? Open an issue.

License

By contributing, you agree that your contributions will be licensed under the MIT License.