Skip to content

Commit d933dc1

Browse files
authored
Merge pull request #508 from yahonda/update_contribution_guide
Use `YOUR-USERNAME` instead of `contributor` in the repository URL
2 parents ddd8fd5 + be0a88a commit d933dc1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ Sprockets Rails is work of [many contributors](https://github.com/rails/sprocket
55

66
#### Fork the Project
77

8-
Fork the [project on Github](https://github.com/rails/sprockets-rails) and check out your copy.
8+
Fork the [project on GitHub](https://github.com/rails/sprockets-rails) and clone your fork.
9+
Use your GitHub username instead of `YOUR-USERNAME`.
910

1011
```
11-
git clone https://github.com/contributor/sprockets-rails.git
12+
git clone https://github.com/YOUR-USERNAME/sprockets-rails.git
1213
cd sprockets-rails
1314
git remote add upstream https://github.com/rails/sprockets-rails.git
1415
```

0 commit comments

Comments
 (0)