diff options
author | Pablo Iranzo Gómez <Pablo.Iranzo@gmail.com> | 2019-10-03 16:15:30 +0200 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2019-10-10 15:14:00 +0100 |
commit | 7d5b1d10e2900491fabd0cbf5d7d9888b5d0233c (patch) | |
tree | 1d1dd5b5514529c7dd31546be12367b3be6db2fe /.github/PULL_REQUEST_TEMPLATE.md | |
parent | e51d3e6d5b5c084a3289751dbca559ba134bace8 (diff) | |
download | sos-7d5b1d10e2900491fabd0cbf5d7d9888b5d0233c.tar.gz |
[github] Ease 'clicking' of PRs directly from GH interface
Resolves: #1814
Signed-off-by: Pablo Iranzo Gómez <Pablo.Iranzo@gmail.com>
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 8 |
1 files 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 <email@example.com>**? +- [ ] 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 <email@example.com>**? |