Skip to content

Commit 60c4002

Browse files
authored
docs: updated incorrect repo names in COMTRIBUTING (#70)
1 parent 3bd3a2a commit 60c4002

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ Before you start working on MCP-UI, make sure you have the following installed:
4343
1. Clone your forked repository:
4444

4545
```bash
46-
git clone https://github.com/your-username/git-mcp.git
47-
cd git-mcp
46+
git clone https://github.com/your-username/mcp-ui.git
47+
cd mcp-ui
4848
```
4949

5050
2. Install dependencies:
@@ -129,7 +129,7 @@ We welcome ideas for improvements and new features. To suggest an enhancement, o
129129
3. Test your changes and ensure that they don't introduce new issues or break existing functionality.
130130
4. Commit your changes, following the [commit message guidelines](#commit-messages).
131131
5. Push your branch to your fork on GitHub.
132-
6. Open a new pull request against the `main` branch of the Wolverine repository. Include a clear and concise description of your changes, referencing any related issues.
132+
6. Open a new pull request against the `main` branch of the `mcp-ui` repository. Include a clear and concise description of your changes, referencing any related issues.
133133

134134
## Style Guidelines
135135

0 commit comments

Comments
 (0)