mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Tweaked the formatting in the contributing guide
- Minor tweaks to make the main information easier to read.
This commit is contained in:
parent
2ad2ccb7da
commit
27e583c334
1 changed files with 14 additions and 2 deletions
16
.github/CONTRIBUTING.md
vendored
16
.github/CONTRIBUTING.md
vendored
|
@ -1,8 +1,19 @@
|
|||
# Welcome to the contributing overview for Ghost!
|
||||
|
||||
**Please read our [Full Contributor Guide](https://docs.ghost.org/v1.0.0/docs/contributing)** - it covers everything you'll need to get started as a contributor 😁
|
||||
For **help**, **support** and **questions** please use **[slack](https://ghost.org/slack)** 🚑.
|
||||
|
||||
---
|
||||
|
||||
If you're [raising a bug](https://docs.ghost.org/v1.0.0/docs/contributing#bugs) 🐛 please be sure to [include as much info as possible](https://docs.ghost.org/v1.0.0/docs/contributing#bug-template) so that we can fix it!
|
||||
|
||||
---
|
||||
|
||||
If you've **got some code** ✨ you want to [pull request](https://docs.ghost.org/v1.0.0/docs/contributing#pull-requests) please use this [commit message format](https://docs.ghost.org/v1.0.0/docs/git-workflow#section-notes-on-writing-good-commit-messages) and check it passes the tests by running `grunt validate`. Thanks for helping us make Ghost better.
|
||||
|
||||
---
|
||||
|
||||
**Our [Full Contributor Guide](https://docs.ghost.org/v1.0.0/docs/contributing)** covers everything you'll need to get started as a contributor 😁
|
||||
|
||||
If you need help with Ghost or have questions, please use [slack](https://ghost.org/slack) (user documentation is [here](http://help.ghost.org), developer documentation is [here](https://docs.ghost.org/v1.0.0/)). If you're [raising a bug](https://docs.ghost.org/v1.0.0/docs/contributing#bugs) please be sure to [include as much info as possible](https://docs.ghost.org/v1.0.0/docs/contributing#bug-template) so that we can fix it! If you've got some code you want to [pull request](https://docs.ghost.org/v1.0.0/docs/contributing#pull-requests) please [squash commits](https://docs.ghost.org/v1.0.0/docs/git-workflow#section-clean-up-history), use this [commit message format](https://docs.ghost.org/v1.0.0/docs/git-workflow#section-notes-on-writing-good-commit-messages) and check it passes the tests by running `grunt validate`. Thanks for helping us make Ghost better.
|
||||
|
||||
*Quick Links:*
|
||||
- [user documentation](https://help.ghost.org)
|
||||
|
@ -15,6 +26,7 @@ If you need help with Ghost or have questions, please use [slack](https://ghost.
|
|||
- [community guidelines](https://ghost.org/conduct/)
|
||||
- [dev blog](http://dev.ghost.org)
|
||||
|
||||
---
|
||||
|
||||
## Contributor License Agreement
|
||||
|
||||
|
|
Loading…
Reference in a new issue