Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 737 Bytes

File metadata and controls

24 lines (15 loc) · 737 Bytes

Contributing to microquery.js

Thanks for your interest in contributing to microquery.js! We welcome suggestions, improvements, and bug fixes.

Ways to Contribute

  • 💬 Open an issue for bugs or feature requests
  • 🛠 Submit a pull request with improvements or fixes
  • 📄 Improve documentation or examples

Getting Started

  1. Fork the repo
  2. Create a new branch (git checkout -b feature-name)
  3. Make your changes and test them
  4. Submit a pull request with a clear description

Code Style

Please follow the existing code style for consistency. Use short, expressive function names and keep helpers minimal.

License

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