Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 497 Bytes

File metadata and controls

21 lines (13 loc) · 497 Bytes

rails-paradedb

Verifying your changes

Make sure to run the following to verify your changes:

bash scripts/run_unit_tests.sh
bash scripts/run_integration_tests.sh
bin/rubocop

All must pass with 0 failures/offenses.

Before Committing

Always verify your changes before committing.

Changelog

When you make a change that a user of this project would care about, record it in the Unreleased section of the changelog. If the change is breaking, make sure to denote that.