From 7d5b1d10e2900491fabd0cbf5d7d9888b5d0233c Mon Sep 17 00:00:00 2001 From: Pablo Iranzo Gómez Date: Thu, 3 Oct 2019 16:15:30 +0200 Subject: [github] Ease 'clicking' of PRs directly from GH interface MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Resolves: #1814 Signed-off-by: Pablo Iranzo Gómez Signed-off-by: Bryn M. Reeves --- .github/PULL_REQUEST_TEMPLATE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d7ecabd5..7a286690 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,7 @@ --- Please place an 'X' inside each '[]' to confirm you adhere to our [Contributor Guidelines](https://github.com/sosreport/sos/wiki/Contribution-Guidelines) -- [] Is the commit message split over multiple lines and hard-wrapped at 72 characters? -- [] 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 **? +- [ ] Is the commit message split over multiple lines and hard-wrapped at 72 characters? +- [ ] 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 **? -- cgit