Add setup instructions to contributing guide

[ci skip]
This commit is contained in:
Jacob Turino 2020-08-21 11:22:03 -07:00 committed by Daniel Colson
parent 27df5dd614
commit c0f0d62451
1 changed files with 6 additions and 0 deletions

View File

@ -51,6 +51,12 @@ Here are some ways *you* can contribute:
asking for help. We love helping!
* Please don't update the Gem version.
## Setting up
```sh
bundle install
```
## Running the test suite
The default rake task will run the full test suite and [standard]: