Added test requirement info text for pull reqeusts.
This commit is contained in:
parent
402ba4e26f
commit
6adce80bae
1 changed files with 1 additions and 0 deletions
1
.github/PULL_REQUEST_TEMPLATE.md
vendored
1
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -5,6 +5,7 @@ Hi there - a lot of love for starting a Pull Request 😍. Please ensure the fol
|
|||
- Add a reference to the issue you are trying to fix. Just add a # and the number.
|
||||
- Don't run `bundle update`. It's a honorable thought of you but some dependency versions (e.g. pg) are broken 😢 Just use `bundle install` if you introduce new dependencies instead.
|
||||
- Run `rubocop` and `coffeelint` on your changes to respect the code style guide.
|
||||
- Add tests for your changes. Feel free to ask for support. We are happy to help you.
|
||||
|
||||
* The upper textblock will be removed automatically when you submit your Pull Request *
|
||||
-->
|
||||
|
|
Loading…
Reference in a new issue