Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 597 Bytes

File metadata and controls

23 lines (17 loc) · 597 Bytes

Contributing

We welcome your contributions! To get started:

  1. Fork & Clone the Repository:

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

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

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

  5. Commit, Push & Open a PR: Commit your changes, and open a pull request with a clear description of your enhancements.