# Contributing

Bugfixes, improvements and new features are much appreciated. For bigger new features, [create an issue in the GitHub repo first](https://github.com/rails-designer/perron/issues/new). For bugfixes you can directly create a PR instead of opening an issue first.

This project uses [Standard](https://github.com/testdouble/standard) for formatting Ruby code. Please run `bundle exec standardrb` before submitting pull requests. Run tests with `rails test`.

`rake` runs both `rails test` and `bundle exec standardrb`.

Get set up by running `bin/setup`.

[View GitHub repo](https://github.com/rails-designer/perron).