Skip to content
Jason Barnabe edited this page Dec 12, 2020 · 4 revisions

Greasy Fork is open source (GPLv3), so we welcome code contributions. Any contribution is good, but the following tips will make your contribution more useful.

  • Use GitHub’s pull request feature to propose changes.
  • Test your changes locally – see Running Greasy Fork locally.
  • Run unit tests (or even better, add more!) – bundle exec rails test test:system.
  • Run rubocop - bundle exec rubocop -A to fix formatting issues, and fix anything it can't.