Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 790 Bytes

CONTRIBUTING.md

File metadata and controls

6 lines (3 loc) · 790 Bytes

Contributing

hirethePIVOT is a fork of railsdevs. If you would like to make a contribution to the codebase of hirethePIVOT that is specific to this project, please first create an Issue describing what your idea is. If you would like to make a contribution to the codebase that would be beneficial for all projects based on railsdevs please see the railsdevs Roadmap project to see where you can contribute.

We use Standard and erb-lint for formatting Ruby code. Please make sure to run bundle exec standardrb --fix and bundle exec erblint --lint-all --autocorrect before submitting pull requests to enforce code style on commit.