Welcome! Follow these guidelines for a smooth collaboration.
- Code of Conduct
- How to Contribute
- Reporting Bugs
- Feature Requests
- Submitting Code
- Development Setup
- Pull Request Guidelines
- Code Style Guidelines
- Issue Management
- Contact
Adhere to the Contributor Covenant Code of Conduct. Be respectful and inclusive.
- Search issues for existing reports.
- Open a new issue with detailed reproduction steps if not found.
- Open a feature request in the issues section with your idea and use cases.
- Fork the repo and create a new branch (
git checkout -b feature-branch
). - Implement changes following code style guidelines.
- Ensure all tests pass.
- Commit with a clear message (
git commit -m "Add feature XYZ"
). - Push your branch (
git push origin feature-branch
). - Submit a pull request (PR) and reference relevant issues.