Skip to content

Commit

Permalink
Add CONTRIBUTING notes
Browse files Browse the repository at this point in the history
  • Loading branch information
panthomakos committed Feb 12, 2024
1 parent 36fc3c6 commit ebf1071
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.markdown
@@ -0,0 +1,6 @@
# How to Contribute

* Setup ruby and run `bundle` to install gems.
* Ensure mysql is installed and started (example: `brew services start|stop mysql`).
* Setup a MySQL user for testing (example: `mysql --user=root -e 'create user ${USER}@localhost'`).
* Run tests w/ `bundle exec rake test`.

0 comments on commit ebf1071

Please sign in to comment.