Skip to content

Latest commit

 

History

History
83 lines (55 loc) · 2.03 KB

File metadata and controls

83 lines (55 loc) · 2.03 KB

Contributing to Claude Conductor

Thank you for your interest in contributing to Claude Conductor! We appreciate your willingness to help improve this project.

Important Notice

This is an open source project maintained on a best-effort basis. We do not maintain any specific timeline or commitment for:

  • Reviewing pull requests
  • Responding to issues
  • Accepting contributions
  • Providing support

We address contributions and issues as time allows. Your patience and understanding are appreciated.

How to Contribute

Reporting Issues

  1. Check if the issue already exists
  2. Create a new issue with a clear title and description
  3. Include steps to reproduce the problem
  4. Mention your environment (Node version, OS, etc.)

Submitting Pull Requests

  1. Fork the repository
  2. Create a new branch for your feature/fix
  3. Make your changes
  4. Test your changes thoroughly
  5. Submit a pull request with a clear description

Code Guidelines

  • Keep changes focused and minimal
  • Follow the existing code style
  • Test your changes before submitting
  • Update documentation if needed

What We're Looking For

  • Bug fixes
  • Documentation improvements
  • Performance enhancements
  • New features that align with the project's goals

What We're NOT Looking For

  • Major architectural changes without prior discussion
  • Features that add significant complexity
  • Changes that break backward compatibility
  • Dependencies on external services

Development Setup

# Clone the repository
git clone https://github.com/superbasicstudio/claude-conductor.git

# Install dependencies
npm install

# Run tests
npm test

# Run the CLI locally
node index.js

Testing

Please ensure all existing tests pass and add tests for new functionality when applicable.

License

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

Questions?

Feel free to open an issue for discussion, but please remember that responses may be delayed.


Thank you for contributing to Claude Conductor!