Skip to content

Commit

Permalink
Update contributing documentation.
Browse files Browse the repository at this point in the history
`./script/bootstrap` will run `bundle install`

Add development instructions to Contributing document.
  • Loading branch information
jish committed Dec 2, 2016
1 parent c90a79e commit 1287f4b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ shell environment (through `ENV`), or a YAML file. See
`lib/plugins/pre_commit/configuration/providers/` for more information and
details on how to create a new configuration provider if necessary.

## Development

Bootstrap a development environment:

$ ./script/bootstrap

Run tests:

$ bundle exec rake test

---

### Closing old issues
Expand Down
2 changes: 2 additions & 0 deletions script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ else
echo "Please install npm."

fi

bundle check || bundle install

0 comments on commit 1287f4b

Please sign in to comment.