Weco LogoWeco Docs

Contributing

We welcome contributions! To get started:

  1. Fork and Clone the Repository:

    git clone https://github.com/WecoAI/weco-cli.git
    cd weco-cli
  2. Install Development Dependencies:

    pip install -e ".[dev]"
  3. Create a Feature Branch:

    git checkout -b feature/your-feature-name
  4. Make Your Changes: Ensure your code adheres to our style guidelines and includes relevant tests.

  5. Commit and Push your changes, then open a pull request with a clear description of your enhancements.