summaryrefslogtreecommitdiff
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2019-01-20 16:15:54 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2019-01-20 16:15:54 +0100
commitd7509faaae24ab6bb64435c8bcb3ad9652b949a8 (patch)
tree01f9fb6e48e10ea06bc02e4217afbfa4006e6339 /.github/PULL_REQUEST_TEMPLATE.md
parente2df6d80b973853405456dd16551faa48c8d8905 (diff)
downloadastroid-git-d7509faaae24ab6bb64435c8bcb3ad9652b949a8.tar.gz
Adjust the pull request template a little bit
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 282c5f72..ff146662 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -8,8 +8,8 @@ To ease our work reviewing your PR, do make sure to mark the complete the follow
## Steps
-- [ ] Add a ChangeLog entry describing what your PR does
-- [ ] Write a good description on what the PR does
+- [ ] For new features or bug fixes, add a ChangeLog entry describing what your PR does.
+- [ ] Write a good description on what the PR does.
## Description
@@ -25,9 +25,9 @@ To ease our work reviewing your PR, do make sure to mark the complete the follow
## Related Issue
-<!--
+<!--
If this PR fixes a particular issue, use the following to automatically close that issue
once this PR gets merged:
-Closes #XXX
+Closes #XXX
-->