diff options
author | Wild Kat <wk@users.noreply.github.com> | 2018-06-03 20:51:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-03 20:51:00 +0200 |
commit | ff4eaaebf749e6b91ea0ef96c3eaa36776e9a4b5 (patch) | |
tree | f8cadf94cd939613d08b359f094ff0739b5be0ef /.github/PULL_REQUEST_TEMPLATE.md | |
parent | 4bd5446f435ec6eeb077be5c6a3a7872929efc57 (diff) |
bump rubocop to 0.56 and introduce PR template (#1361)
* introduce PR template in lieu of contribution guide for now
* bump rubocop to 0.56 and regenerate rubocop_todo
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..869b4a9 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,12 @@ +## Pre-Request Checklist +<!-- Not all items apply to each PR, but a great PR addresses all applicable items. --> + +- [ ] Passes rubocop code analysis (try `rubocop --auto-correct`) +- [ ] Tests added or adapted (try `rake test`) +- [ ] Changes are reflected in the documentation +- [ ] User-visible changes appended to [CHANGELOG.md](/CHANGELOG.md) + +## Description +<!-- Describe your changes here. --> + +<!-- Add a text similar to "Closes issue #" if this PR relates to an existing issue. --> |