Create CONTRIBUTING.md

This commit is contained in:
David Heinemeier Hansson
2023-03-03 15:00:56 +01:00
committed by GitHub
parent cec3468f50
commit 78927aa7a2

3
CONTRIBUTING.md Normal file
View File

@@ -0,0 +1,3 @@
# Contributing to MRSK development
MRSK is written in Ruby. You should have Ruby 3.2+ installed on your machine in order to work on MRSK. If that's already setup, run `bundle` in the root directory to install all dependencies. Then you can run `bin/test` to run all tests.