Contributing¶
Thank you for your interest in contributing to Griddy! This guide will help you get started.
Ways to Contribute¶
- Bug Reports: Open an issue with reproduction steps
- Feature Requests: Propose new features via issues
- Code: Submit pull requests for bug fixes or features
- Documentation: Improve or expand documentation
Getting Started¶
- Fork the repository
- Clone your fork
- Create a feature branch
- Make your changes
- Submit a pull request
Development Setup¶
Guidelines¶
- Follow existing code style
- Write tests for new features
- Update documentation as needed
- Keep commits focused and well-described