Contributing to HLVM
Thank you for your interest in contributing to HLVM.
Development Setup
Prerequisites
- Install the HLVM binary or build from source
- Familiarity with Lisp syntax
Building from Source
Clone the repository:
git clone https://github.com/hlvm-dev/hql.git
cd hql
Build:
Running Tests
Run the test suite:
All tests should pass.
Making Changes
Code Style
- Follow existing code patterns (see Style Guide)
- Add tests for new features
- Update documentation
Testing
Before submitting:
All tests must pass.
Documentation
Update relevant documentation:
README.md - If changing core features
docs/MANUAL.md - For new language features
docs/api/ - For API changes
docs/features/ - For feature examples
Submitting Changes
- Fork the repository
- Create a feature branch
- Make your changes
- Run tests
- Submit a pull request
Pull Request Guidelines
- Clear description of changes
- Include test coverage
- Update documentation
- Reference related issues
Reporting Issues
Use GitHub Issues to report:
- Bugs
- Feature requests
- Documentation improvements
Include:
- HLVM version (
hlvm --version)
- Operating system
- Steps to reproduce
- Expected vs actual behavior
Releases
See Build Guide for build details.
- Be respectful and constructive
- Help others learn
- Share knowledge
License
By contributing, you agree that your contributions will be licensed under the MIT License.