Contributing¶
We welcome contributions! Here's how to get started.
Process¶
- Fork the repository
- Create a feature branch
- Make your changes
- Write/update tests
- Submit a pull request
Code Style¶
- Use TypeScript
- Follow ESLint rules
- Format with Prettier
- Write meaningful commits
Pull Request Guidelines¶
- Reference related issues
- Include tests
- Update documentation
- Keep changes focused
Reporting Issues¶
Use GitHub Issues for:
- Bug reports
- Feature requests
- Questions