Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 1.45 KB

File metadata and controls

58 lines (40 loc) · 1.45 KB

Contributing to Claude Context Wrapper

Thank you for your interest in contributing to Claude Context Wrapper! This project is maintained by BuildAppolis.

How to Contribute

Reporting Issues

  • 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

Pull Requests

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

Development Setup

# 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

Code Style

  • Use descriptive variable names
  • Comment complex logic
  • Keep functions focused and small
  • Test on multiple platforms when possible

Testing

Please test your changes on:

  • Linux
  • macOS
  • Windows (Git Bash/WSL)

Community

License

By contributing, you agree that your contributions will be licensed under the MIT License.