Thank you for your interest in contributing to Claude Context Wrapper! This project is maintained by BuildAppolis.
- Check existing issues first to avoid duplicates
- Use clear, descriptive titles
- Include your OS, shell, and Claude Code version
- Provide steps to reproduce the issue
- Include any error messages
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
# Clone your fork
git clone https://github.com/YOUR_USERNAME/claude-context-wrapper.git
cd claude-context-wrapper
# Install locally for development
./install.sh --dev
# Test your changes
./test.sh- Use descriptive variable names
- Comment complex logic
- Keep functions focused and small
- Test on multiple platforms when possible
Please test your changes on:
- Linux
- macOS
- Windows (Git Bash/WSL)
- Issues: GitHub Issues
- Discussions: GitHub Discussions
By contributing, you agree that your contributions will be licensed under the MIT License.