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:
parent
f022e8486d
commit
5c90ef286c
1 changed files with 5 additions and 4 deletions
|
@ -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?
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue