From 313594ef114fb97216cfe0e5a526d08f6570cd5c Mon Sep 17 00:00:00 2001 From: Dipesh Wagle Date: Fri, 27 Apr 2018 03:48:26 +0545 Subject: [PATCH] docs(CONTRIBUTING): fix redundant broken links (#17070) --- CONTRIBUTING.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4aab13a75c..03b493d918 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ We welcome pull requests from freeCodeCamp campers (our students) and seasoned J 2. Let us know you are working on it by posting a comment on the issue. -3. Follow the [Contribution Guidelines](#contribution-guidelines) to start working on the issue. +3. Follow the instructions in this guide to start working on the issue. Remember to feel free to ask for help in our [Contributors](https://gitter.im/FreeCodeCamp/Contributors) Gitter room. @@ -435,9 +435,8 @@ Instance of freeCodeCamp](#maintaining-your-fork). 4. Create a branch off of `staging` with git: `git checkout -B branch/name-here` **Note:** Branch naming is important. Use a name like - `fix/short-fix-description` or `feature/short-feature-description`. Review - the [Contribution Guidelines](#contribution-guidelines) for more detail. - + `fix/short-fix-description` or `feature/short-feature-description`. + 5. Edit your file(s) locally with the editor of your choice. To edit challenges, you may want to use `unpack` and `repack` -- see [Unpack and Repack](#unpack-and-repack) for instructions. 4. Check your `git status` to see unstaged files.