Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 512 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (17 loc) · 512 Bytes

Contributing Guide

Local Setup

Clone this repository and run the setup script:

git clone https://github.com/renuo/hotsheet.git
cd hotsheet
bin/setup

Run

  • spec/dummy/bin/run: Start the dummy app's Rails server

Lint

  • bin/fastcheck: Run all linters
  • bin/fastcheck -A: Format the code with RuboCop

Test

  • bin/check: Run specs for all supported Rails versions
  • bin/check rails_8_0: Run specs for a specific Rails version defined in Appraisals