Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 624 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (18 loc) · 624 Bytes

Contributing to "Rails 7. Start Kit"

Setup

1. Clone your fork of the repository

$ git clone https://github.com/YOUR_USERNAME/rails7-startkit

2. Run the Project

$ bin/setup

3. Improve the code

4. Run Build process

Make a PR to the original repo

Guidelines

  • Please try to combine multiple commits before pushing
  • Test a code ot a solution carefully. Manuall or automatically
  • Please keep code style consistent
  • Provide a clear explanation of an improvement and how to test it