mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
docs(contributing): update clone instructions to recommend forking first (#17637)
Update the setup instructions to guide contributors to fork the repository on GitHub before cloning, which is the standard GitHub workflow for open source contributions.
This commit is contained in:
parent
d37f0b13f0
commit
3f17c8d4ff
1 changed files with 3 additions and 2 deletions
|
|
@ -24,8 +24,9 @@ Before contributing code to LiteLLM, you must sign our [Contributor License Agre
|
|||
### 1. Setup Your Local Development Environment
|
||||
|
||||
```bash
|
||||
# Clone the repository
|
||||
git clone https://github.com/BerriAI/litellm.git
|
||||
# Fork the repository on GitHub (click the Fork button at https://github.com/BerriAI/litellm)
|
||||
# Then clone your fork locally
|
||||
git clone https://github.com/YOUR_USERNAME/litellm.git
|
||||
cd litellm
|
||||
|
||||
# Create a new branch for your feature
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue