Contributing
Thank you for your interest in contributing to CQL!
Ways to Contribute
Report Bugs
If you find a bug, please open an issue with:
A clear title and description
Steps to reproduce the bug
Expected vs actual behavior
Your environment (CQL version, Crystal version, OS, database)
Suggest Features
Feature requests are welcome! Open an issue describing:
The problem you're trying to solve
Your proposed solution
Any alternatives you've considered
Submit Pull Requests
Fork the repository
Create a branch
Make your changes
Follow Crystal style guidelines
Add tests for new functionality
Update documentation if needed
Run tests
Format your code
Commit your changes
Push and open a PR
Code Guidelines
Style
Follow Crystal's standard style guide
Use
crystal tool formatbefore committingWrite clear, descriptive names for methods and variables
Add comments for complex logic
Testing
Write tests for all new features
Ensure existing tests pass
Test edge cases and error conditions
Documentation
Update documentation for public API changes
Add code examples for new features
Use clear, concise language
Pull Request Process
Update the README.md with details of changes if applicable
Update the documentation with any new features
The PR will be merged once it has been reviewed and approved
Development Setup
Clone the repository:
Install dependencies:
Run tests:
Questions?
If you have questions about contributing, open a discussion on GitHub or ask in the issue tracker.
Thank you for contributing!
Last updated
Was this helpful?