Skip to content

Commit

Permalink
fix(readme): link title jsfiddle -> jsbin, edit 5) of process steps
Browse files Browse the repository at this point in the history
  • Loading branch information
febeling authored and vieron committed Feb 7, 2014
1 parent b563c09 commit 0641aa8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Guidelines for bug reports:
latest `master` or development branch in the repository.

3. **Isolate the problem** — ideally create a [reduced test
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/)) .
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/)) .

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

5. Locally or rebase the upstream development branch into your topic branch:
5. Merge or rebase the upstream development branch into your topic branch:

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

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

0 comments on commit 0641aa8

Please sign in to comment.