From ea21d259c3c3051f3e43ccecfa929d958b813a59 Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Thu, 2 Jan 2014 10:26:38 +0000 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e02051f35a..39b52038cc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -119,7 +119,7 @@ what's already there? Does it fit with the Roadmap? ### Submitting Pull Requests -Pull requests are awesome. To make sure yours is accepted as quickly as possible, you should be sure to have read +Pull requests are awesome. If you're looking to raise a PR for something which doesn't have an open issue, please think carefully about [raising an issue](#raising-issues) which your PR can close, especially if you're fixing a bug. This makes it more likely that there will be enough information available for your PR to be properly tested and merged. To make sure your PR is accepted as quickly as possible, you should be sure to have read all the guidelines on: * [code standards](https://github.com/TryGhost/Ghost/wiki/Code-standards)