0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Update CONTRIBUTING.md

This commit is contained in:
Hannah Wolfe 2013-11-13 08:27:35 +00:00
parent f022e8486d
commit 5c90ef286c

View file

@ -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 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 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)? this shouldn't really be a [bug report](#bug-reports) or a [feature request](#feature-requests)? Is it really one
What's the context? What problem are you solving? Why is what you are suggesting better than what's already there? 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?
<a name="pull-requests"></a> <a name="pull-requests"></a>
@ -123,8 +124,8 @@ all the guidelines on:
* [code standards](https://github.com/TryGhost/Ghost/wiki/Code-standards) * [code standards](https://github.com/TryGhost/Ghost/wiki/Code-standards)
* [commit messages](https://github.com/TryGhost/Ghost/wiki/Git-workflow#commit-messages) * [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) * [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#build-passes) * [not breaking the build](https://github.com/TryGhost/Ghost/wiki/Git-workflow#check-it-passes-the-tests)
##### Need Help? ##### Need Help?