Skip to content

Commit

Permalink
Add minimal contributing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Feb 10, 2022
1 parent cfc16bd commit 700284f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Contributing

## Setup you development environment

1. Clone the repo
2. Run `bin/setup` to install dependencies
3. Run `bin/sandbox` to (re)generate the sandbox application for local experiments

## To run specs locally on the matrix of supported versions

1. Run `bundle exec appraisal install`
2. Run `bundle exec appraisal rake`

0 comments on commit 700284f

Please sign in to comment.