Skip to content

Commit

Permalink
Add info to CONTRIBUTING on how to setup the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaelCodes committed Jun 13, 2024
1 parent 202d8c1 commit 79391fa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,11 @@ Here are a few examples:
[4]: https://help.github.com/articles/about-pull-requests
[5]: http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html
[6]: https://daringfireball.net/projects/markdown/syntax

## Dev Environment Setup

1. Ensure you have Ruby installed
- Add a .ruby-version file with the ruby version you'd like to test
- Install Ruby - `rbenv install`
1. Install dependencies - `bundle install`
1. Run the test cases to ensure your env is working - `bundle exec rake`

0 comments on commit 79391fa

Please sign in to comment.