Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 861 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (15 loc) · 861 Bytes

Contributing

TODO write docs for staff here

Liquid Tags

Liquid is a template language. Liquid tags look like {% tag_name ... %} and you can read more about how they work with Jekyll here.

Some tags you may find useful:

Continuous Integration (GitHub Actions)

TODO Info here about workflows and links

Most of the linters in .github/workflows/linters.yml are powered by reviewdog.

Run bundle exec rubocop to run Rubocop. To autocorrect certain errors, run bundle exec rubocop --autocorrect.

Testing

To run tests, run bundle exec rspec

Resources