From 81d2228287391057f563b1aaa996716bd7cef557 Mon Sep 17 00:00:00 2001 From: Anthony Williams Date: Fri, 19 Oct 2012 16:59:58 +0100 Subject: [PATCH] Fixing Spelling in Contributor Guidelines You'd think I'd check this sort of stuff out before I commited and pushed. :facepalm: --- CONTRIBUTING.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cde8ef4..2d6bc8b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,11 +7,9 @@ Firstly: - Stick to existing conventions. If you'd like to contribute to the jQuery Plugins, you'll need to fork the repo first. Once you've created a fork, -create a branch based on `master`. +create a branch based on `master`. If you're fixing a bug, please file an issue first so that you and I can track the fix with a commit. -If you're fixing a bug, please file an issue first so that you and I can track the fix with a commit. - -Next, create a branch. It helps if you include the issue number in your contribution's branch name. If you're +Next, create a branch. It helps if you include the issue number in your contribution's branch name. If your contribution is based on issue 12, for example, you'd create the following branch: - For bugfixes: