CONTRIBUTING.md

March 20, 2026 ยท View on GitHub

Contributing

Bugs/features/etc

Open an issue https://github.com/sckott/serrano/issues/new

Code/docs

  • Fork to your GitHub account
  • Make a feature branch
  • Change stuff
  • Write tests for your changes
  • Make sure to run tests with (rake test) and without vcr (DISABLE_VCR=true rake test)
  • Run the formatter rake standard - and then rake standard:fix if there's any problems
  • Open a pull request

Contents

  1. 1Contributing
  2. 1.1Bugs/features/etc
  3. 1.2Code/docs