Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 525 Bytes

File metadata and controls

23 lines (16 loc) · 525 Bytes

Contributing

Thanks for your interest in contributing!

Getting Started

  1. Fork the repository
  2. Clone your fork locally
  3. Set up the development environment (see README)
  4. Create a new branch for your feature/fix

Guidelines

  • Follow existing code style
  • Test your changes locally before submitting
  • Keep commits focused and descriptive
  • Update documentation if needed

Pull Requests

  1. Ensure your code builds without errors
  2. Write a clear PR description
  3. Reference any related issues