File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
6362cd 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
335333The 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.
You can’t perform that action at this time.
0 commit comments