We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da96f8 commit 86b4647Copy full SHA for 86b4647
.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,7 @@
1
+## What does it do?
2
+
3
+## Checklist before requesting a review
4
5
+- [ ] Run `bundle exec rubocop` to test for code style violations and recommendations
6
+- [ ] Add Unit Tests (aka `specs/*_spec.rb`) if applicable
7
+- [ ] Run `bundle exec rspec` to run the whole test suite and ensure all your tests pass
0 commit comments