The basic building blocks for ruby-on-rails repositories. This template holds:
- Common GitHub workflow
- Pull request template
- Standard .gitignore
You will still need to run rails new $APP_NAME
or bundle exec rails new $APP_NAME
.
The Ruby workflow:
- Runs
rubocop
on the project - Runs
rspec
on the project
The pull request template can be found at the link.
# Description
<!-- Describe the reasons behind your changes. -->
# Checklist
<!-- Checklist of action items (optional). -->
- [ ]