From ae07d2f6d22da41e03459173e94e039636c4ea64 Mon Sep 17 00:00:00 2001 From: Robert Lord Date: Tue, 7 Oct 2014 20:55:39 -0500 Subject: [PATCH] Update contribution guidelines --- CONTRIBUTING.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index daa318aee47..b04fc955ca5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,9 @@ # Contributing to Slate -Thanks for contributing to Slate! Please point your pull requests at the `dev` branch, and keep your commit messages clear and informative. Also, please make sure your contributions work in the most recent version of Chrome, Firefox, and IE. Thanks! \ No newline at end of file +Thanks for contributing to Slate! A couple of quick guidelines for submitting PRs: + +- Please point your pull requests at the `dev` branch, and keep your commit messages clear and informative. +- Please make sure your contributions work in the most recent version of Chrome, Firefox, and IE. +- If you're implementing a new feature, even if it's relatively small, it's nice to open an issue before you start so that others know what you're working on and can help make sure you're on the right track. + +Thanks again! Happy coding. \ No newline at end of file