diff options
author | Adam Stokes <battlemidget@users.noreply.github.com> | 2017-06-14 16:16:42 -0400 |
---|---|---|
committer | Adam Stokes <battlemidget@users.noreply.github.com> | 2017-06-14 16:16:42 -0400 |
commit | 749638157d52092f38fd54ddaee769c86217fb50 (patch) | |
tree | f55c233dd48222c8b817af3f5b5f8c50b28dce42 /.github | |
parent | b380b5f6f651c3b6811d95dfd608bf07743a2a8d (diff) | |
download | sos-749638157d52092f38fd54ddaee769c86217fb50.tar.gz |
[workflow] format update to PR template to list the items properly
Signed-off-by: Adam Stokes <battlemidget@users.noreply.github.com>
Diffstat (limited to '.github')
-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 7e6499da..d7ecabd5 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>**? |