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 thenrake standard:fixif there's any problems - Open a pull request