From 5c3287ac91088d0a046f9822e0c28b219c31a599 Mon Sep 17 00:00:00 2001 From: Pablo Iranzo Gómez Date: Thu, 3 Oct 2019 16:37:15 +0200 Subject: [github] Remind to put 'Closes' for PR's MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Resolves: #1815 Signed-off-by: Pablo Iranzo Gómez --- .github/PULL_REQUEST_TEMPLATE.md | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/PULL_REQUEST_TEMPLATE.md') 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 **? +- [ ] 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? -- cgit