diff options
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. --> |