aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorPablo Iranzo Gómez <Pablo.Iranzo@gmail.com>2019-10-03 16:37:15 +0200
committerBryn M. Reeves <bmr@redhat.com>2019-10-10 15:14:26 +0100
commit5c3287ac91088d0a046f9822e0c28b219c31a599 (patch)
tree9c95217f8eb2a955bf869794d086f399419014bc /.github
parent7d5b1d10e2900491fabd0cbf5d7d9888b5d0233c (diff)
downloadsos-5c3287ac91088d0a046f9822e0c28b219c31a599.tar.gz
[github] Remind to put 'Closes' for PR's
Resolves: #1815 Signed-off-by: Pablo Iranzo Gómez <Pablo.Iranzo@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 7a286690..256483ce 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -5,3 +5,5 @@ Please place an 'X' inside each '[]' to confirm you adhere to our [Contributor G
- [ ] Is the subject and message clear and concise?
- [ ] Does the subject start with **[plugin_name]** if submitting a plugin patch or a **[section_name]** if part of the core sosreport code?
- [ ] Does the commit contain a **Signed-off-by: First Lastname <email@example.com>**?
+- [ ] If this commit closes an existing issue, is the line `Closes: #ISSUENUMBER` included in an independent line?
+- [ ] If this commit resolves an existing pull request, is the line `Resolves: #PRNUMBER` included in an independent line?