Commit 1e0cb2ff22f8256207f940deb5493ceb338f0fd8
1 parent
c0b4d850
Exists in
master
and in
5 other branches
Updated PR template [skip ci]
Showing
1 changed file
with
5 additions
and
9 deletions
Show diff stats
.github/pull_request_template.md
1 | -Thanks for contributing. You’re awesome! :heart: | |
1 | +Thanks for contributing. You’re awesome! A few things to keep in mind: | |
2 | 2 | |
3 | -A few things to keep in mind: | |
3 | +- Keep changes to a minimum | |
4 | +- Follow the existing style | |
5 | +- Add one or more tests if possible | |
4 | 6 | |
5 | -- Keep changes to a minimum. If you have multiple features or fixes, submit multiple pull requests. | |
6 | -- Follow the existing style. | |
7 | -- Add one or more tests if possible. Make sure existing tests pass with: | |
8 | - | |
9 | -```sh | |
10 | -bundle exec rake test | |
11 | -``` | |
7 | +Finally, replace this text with a description of the changes. | ... | ... |