Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 873 Bytes

File metadata and controls

23 lines (18 loc) · 873 Bytes

Thanks for taking the time to contribute!

Table of Contents

How Can I Contribute?

  • Reporting Bugs: Check existing issues, use a clear title, describe steps to reproduce, and include examples.
  • Suggesting Enhancements: Explain the need and provide examples.
  • Code contributions/ PRs Create pull requests to suggest code changes to resolve bugs or add new features

Your First Code Contribution

  1. Fork and branch from main.
  2. Make your changes
  3. Submit a Pull Request.

Pull Request Process

Keep PRs small, update documentation, and address review feedback.

Development Process

  • Commits: Follow Conventional Commits.
  • Branching: Use feature/ or fix/ prefixes.