From 5c90ef286c92f6e261172a88d84711dda55eeeaa Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Wed, 13 Nov 2013 08:27:35 +0000 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 706daecdbb..806e9eefaa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -111,8 +111,9 @@ new or different dependency, a refactor, or an improvement to a feature, etc - 1. **Use the GitHub search** and check someone else didn't get there first 2. Take a moment to think about the best way to make a case for, and explain what you're thinking. Are you sure -this shouldn't really be a [bug report](#bug-reports) or a [feature request](#feature-requests)? -What's the context? What problem are you solving? Why is what you are suggesting better than what's already there? +this shouldn't really be a [bug report](#bug-reports) or a [feature request](#feature-requests)? Is it really one +idea or is it many? What's the context? What problem are you solving? Why is what you are suggesting better than +what's already there? Does it fit with the Roadmap? @@ -123,8 +124,8 @@ all the guidelines on: * [code standards](https://github.com/TryGhost/Ghost/wiki/Code-standards) * [commit messages](https://github.com/TryGhost/Ghost/wiki/Git-workflow#commit-messages) -* [cleaning-up history](https://github.com/TryGhost/Ghost/wiki/Git-workflow#clean-history) -* [not breaking the build](https://github.com/TryGhost/Ghost/wiki/Git-workflow#build-passes) +* [cleaning-up history](https://github.com/TryGhost/Ghost/wiki/Git-workflow#clean-up-history) +* [not breaking the build](https://github.com/TryGhost/Ghost/wiki/Git-workflow#check-it-passes-the-tests) ##### Need Help?