This project is committed to providing a welcoming and inclusive environment for all contributors.
- Fork the repository
- Create a feature branch (
git checkout -b feature/your-feature) - Make your changes
- Commit with clear messages
- Push to your fork
- Create a Pull Request
See docs/SETUP.md for detailed setup instructions.
<type>(<scope>): <subject>
<body>
<footer>
Types: feat, fix, docs, style, refactor, test, chore
- Link related issues
- Provide clear description of changes
- Ensure all tests pass
- Request review from maintainers
Use GitHub issues with clear title and description. Include:
- Environment details
- Steps to reproduce
- Expected vs. actual behavior
- Screenshots if applicable