From 5cae9991b4c2328e2a5895d1dc6ed23efbe68106 Mon Sep 17 00:00:00 2001 From: Ward Penney Date: Mon, 29 Feb 2016 16:32:18 -0500 Subject: [PATCH] Contrib script and instructions --- CONTRIBUTING.md | 12 ++++++++++++ package.json | 3 ++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d55b7d93..994a9bc8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,3 +36,15 @@ Some things that will increase the chance that your pull request is accepted: * Declarations within a block should be ordered alphabetically. * Blank lines between rules. * No trailing whitespace. Blank lines should not have any space. + +**Contrib examples** + +For user-facing changes, please provide an example in sample page contained in +the `./contrib` folder. Also, please put a screenshot of the changes into the +Pull Request. + +To see the `./contrib` example page: + +1. Install node +* Run `npm install` +* Run `npm run contrib` diff --git a/package.json b/package.json index aba32516..76e17386 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,8 @@ "url": "https://github.com/thoughtbot/neat.git" }, "scripts": { - "test": "echo \"No test specified\"" + "test": "echo \"No test specified\"", + "contrib": "gulp" }, "dependencies": { "bourbon": "^4.2",