From b6514064ace01d20b89e87a9c857c7b61d468cd6 Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Thu, 10 Aug 2017 10:21:23 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ef80a097..db9016c7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,9 +4,10 @@ Here are a few guidelines for contributing: +* If you would like to contribute to the codebase **please raise an issue to propose the change** and fill out the whole template. + * If you have found a bug please raise an issue and fill out the whole template. * Don't raise PRs for typos, these aren't necessary - just raise an Issue -* If you would like to contribute to the codebase please raise an issue to propose the change and fill out the whole template. * If the documentation can be improved / translated etc please raise an issue to discuss. * Please always provide a summary of what you changed, how you did it and how it can be tested.