We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
YOUR-USERNAME
contributor
1 parent ddd8fd5 commit be0a88aCopy full SHA for be0a88a
CONTRIBUTING.md
@@ -5,10 +5,11 @@ Sprockets Rails is work of [many contributors](https://github.com/rails/sprocket
5
6
#### Fork the Project
7
8
-Fork the [project on Github](https://github.com/rails/sprockets-rails) and check out your copy.
+Fork the [project on GitHub](https://github.com/rails/sprockets-rails) and clone your fork.
9
+Use your GitHub username instead of `YOUR-USERNAME`.
10
11
```
-git clone https://github.com/contributor/sprockets-rails.git
12
+git clone https://github.com/YOUR-USERNAME/sprockets-rails.git
13
cd sprockets-rails
14
git remote add upstream https://github.com/rails/sprockets-rails.git
15
0 commit comments