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

Commit

Permalink
Contrib script and instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ward Penney committed Mar 1, 2016
1 parent 4c32ef9 commit 5cae999
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5cae999

Please sign in to comment.