Skip to content

Commit 86b4647

Browse files
author
Rynaard Burger
committed
Add the initial GitHub pull request template
1 parent 5da96f8 commit 86b4647

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)