Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 811 Bytes

File metadata and controls

36 lines (25 loc) · 811 Bytes

Contributing Guidelines

Thank you for your interest in contributing We welcome contributions of all kinds: bug reports, feature requests, documentation improvements, and code enhancements.

📝 Commit Message Convention

Use clear and descriptive commit messages.

📖 Documentation

If your change affects the API:

  • Update README
  • Add usage snippets

🐛 Reporting Issues

When opening an issue, please include:

  • Clear description
  • Steps to reproduce
  • Expected behavior
  • Screenshots (if UI related)
  • Environment

💡 Feature Requests

Before requesting a feature:

  • Check existing issues
  • Explain the use case clearly
  • Provide examples if possible

🔍 Code Style

  • Use ES Modules (import / export)
  • Prefer meaningful variable names
  • Avoid side effects ( globalThis, var ..)