Skip to content

Commit cdc4f5f

Browse files
authored
Update CONTRIBUTING.md to clarify repository cloning instructions and add code review SLA (#3504)
1 parent 5849e0f commit cdc4f5f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,15 @@ Before contributing, ensure you have these tools installed:
5555

5656
## Getting Started
5757

58-
### 1. Fork and Clone
58+
### 1. Clone the Repository
5959

6060
```bash
61-
# Fork the repository on GitHub, then clone your fork
62-
git clone https://github.com/<your-username>/leafygreen-ui.git
61+
git clone https://github.com/mongodb/leafygreen-ui.git
6362
cd leafygreen-ui
64-
65-
# Add the upstream remote
66-
git remote add upstream https://github.com/mongodb/leafygreen-ui.git
6763
```
6864

65+
> **Note**: PRs from forked repositories cannot be merged. Please clone the repository directly and push your branch to the main repo.
66+
6967
### 2. Install Dependencies
7068

7169
```bash
@@ -334,6 +332,8 @@ git push origin <your-branch-name>
334332

335333
The team will review your PR and may request changes.
336334

335+
> **Code Review SLA**: We aim to provide initial review feedback within 24 hours of PR submission.
336+
337337
### 6. Squash and Merge
338338

339339
- Once you've received approval from all maintainers who have commented, you can squash and merge your branch.

0 commit comments

Comments
 (0)