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
@ -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…
Reference in New Issue
Block a user