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