Skip to content

Commit

Permalink
Update contributing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PATILYASHH authored Aug 10, 2024
1 parent 385cf2d commit b7a72c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ First Fork the repository

Clone the repository.
```console
git clone https://github.com/<Your-GitHub-Username>/github-error-solve.git
git clone https://github.com/<Your-GitHub-Username>/DevToolsArena.git
```
- Navigate to folder
```console
cd github-error-solve
cd DevToolsArena
```
- Install node dependencies
```console
Expand All @@ -72,7 +72,7 @@ git checkout -b <name-of-your-branch>
```
- Add upstream command
```console
git remote add upstream https://github.com/devvsakib/github-error-solve.git
git remote add upstream https://github.com/devvsakib/DevToolsArena.git
```

- Stage your changes
Expand Down Expand Up @@ -117,4 +117,4 @@ nothing to commit, working tree clean
- Click on that button, this will load a new page, comparing the local branch in your forked repository against the main branch. Click the green `Create Pull Request` button.

**Troubleshoot**
Facing problem starting the server or any other problem? Please let us know by raising an <a href="https://github.com/devvsakib/github-error-solve/issues/new">Issue</a>
Facing problem starting the server or any other problem? Please let us know by raising an <a href="https://github.com/devvsakib/DevToolsArena/issues/new">Issue</a>

0 comments on commit b7a72c3

Please sign in to comment.