CLI
Contributing
We welcome your contributions! To get started:
Fork & Clone the Repository:
git clone https://github.com/WecoAI/weco-cli.git
cd weco-cliInstall Dependencies:
pip install -e ".[dev]"Create a Feature Branch:
git checkout -b feature/your-feature-nameMake Changes: Ensure your code adheres to our style guidelines and includes relevant tests.
Commit, Push & Open a PR: Commit your changes, and open a pull request with a clear description of your enhancements.
Before contributing, please check our FAQ to see if your question or issue has already been addressed.