Skip to content
This repository was archived by the owner on Jul 14, 2023. It is now read-only.

Commit 821160f

Browse files
wardpenneywhmii
authored andcommitted
Contrib script and instructions
1 parent 07e015e commit 821160f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CONTRIBUTING.md

+12
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,15 @@ Some things that will increase the chance that your pull request is accepted:
3636
* Declarations within a block should be ordered alphabetically.
3737
* Blank lines between rules.
3838
* No trailing whitespace. Blank lines should not have any space.
39+
40+
**Contrib examples**
41+
42+
For user-facing changes, please provide an example in sample page contained in
43+
the `./contrib` folder. Also, please put a screenshot of the changes into the
44+
Pull Request.
45+
46+
To see the `./contrib` example page:
47+
48+
1. Install node
49+
* Run `npm install`
50+
* Run `npm run contrib`

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"url": "https://github.com/thoughtbot/neat.git"
3131
},
3232
"scripts": {
33-
"test": "echo \"No test specified\""
33+
"test": "echo \"No test specified\"",
34+
"contrib": "gulp"
3435
},
3536
"dependencies": {
3637
"node-sass": "^3.4"

0 commit comments

Comments
 (0)