Thanks for taking the time to 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
- Fork and branch from
main. - Make your changes
- Submit a Pull Request.
Keep PRs small, update documentation, and address review feedback.
- Commits: Follow Conventional Commits.
- Branching: Use
feature/orfix/prefixes.