Skip to content

Commit 0641aa8

Browse files
febelingvieron
authored andcommitted
fix(readme): link title jsfiddle -> jsbin, edit 5) of process steps
1 parent b563c09 commit 0641aa8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Guidelines for bug reports:
3737
latest `master` or development branch in the repository.
3838

3939
3. **Isolate the problem** — ideally create a [reduced test
40-
case](http://css-tricks.com/6263-reduced-test-cases/) and a live example (you can use something like [jsfiddle](http://jsfiddle.net/) or [jsfiddle](http://jsbin.com/)) .
40+
case](http://css-tricks.com/6263-reduced-test-cases/) and a live example (you can use something like [jsfiddle](http://jsfiddle.net/) or [jsbin](http://jsbin.com/)) .
4141

4242
A good bug report shouldn't leave others needing to chase you up for more
4343
information. Please try to be as detailed as possible in your report. What is
@@ -124,7 +124,7 @@ included in the project:
124124
[interactive rebase](https://help.github.com/articles/interactive-rebase)
125125
feature to tidy up your commits before making them public.
126126

127-
5. Locally or rebase the upstream development branch into your topic branch:
127+
5. Merge or rebase the upstream development branch into your topic branch:
128128

129129
```bash
130130
git pull --rebase upstream master
@@ -140,4 +140,4 @@ included in the project:
140140
with a clear title and description.
141141

142142
**IMPORTANT**: By submitting a patch, you agree to allow the project owner to
143-
license your work under the same license as that used by the project.
143+
license your work under the same license as that used by the project.

0 commit comments

Comments
 (0)