From e9d8d8d6e2e492d4081431d644ed135953d913cf Mon Sep 17 00:00:00 2001 From: Florian Ebeling Date: Fri, 6 Dec 2013 17:44:17 +0100 Subject: [PATCH] fix(readme): link title jsfiddle -> jsbin, edit 5) of process steps --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e57004ef2..032a9fae0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 @@ -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 @@ -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. \ No newline at end of file +license your work under the same license as that used by the project.