diff options
author | Pablo Iranzo Gómez <Pablo.Iranzo@gmail.com> | 2019-10-03 16:37:15 +0200 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2019-10-10 15:14:26 +0100 |
commit | 5c3287ac91088d0a046f9822e0c28b219c31a599 (patch) | |
tree | 9c95217f8eb2a955bf869794d086f399419014bc | |
parent | 7d5b1d10e2900491fabd0cbf5d7d9888b5d0233c (diff) | |
download | sos-5c3287ac91088d0a046f9822e0c28b219c31a599.tar.gz |
[github] Remind to put 'Closes' for PR's
Resolves: #1815
Signed-off-by: Pablo Iranzo Gómez <Pablo.Iranzo@gmail.com>
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 2 |
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? |