Pull requests are awesome! By participating in this project, you agree to abide by the Evaluator code of conduct.
Fork, then clone the repo:
git clone https://github.com/<your_user_name>/evaluator.git
Make sure the tests pass:
devtools::test()
Make your change. Add tests for your change. Make the tests pass:
devtools::test()
Push to your fork and submit a pull request.
At this point you're waiting on me!