Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 924 Bytes

File metadata and controls

35 lines (24 loc) · 924 Bytes

Contributing

We welcome contributions to this project. Here's how to get started.

How to Contribute

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/your-feature)
  3. Make your changes
  4. Run any existing tests
  5. Commit your changes with a clear message
  6. Push to your branch (git push origin feature/your-feature)
  7. Open a Pull Request

Reporting Bugs

Open an issue with:

  • A clear title and description
  • Steps to reproduce
  • Expected vs actual behavior
  • Your environment (OS, version, etc.)

Security Issues

Do not open public issues for security vulnerabilities. See SECURITY.md for reporting instructions.

Code Style

  • Follow the existing code style in the project
  • Keep changes focused and minimal
  • Write clear commit messages

License

By contributing, you agree that your contributions will be licensed under the same license as the project.