Contributing code - greasyfork-org/greasyfork GitHub Wiki
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.