diff options
author | Adam Stokes <battlemidget@users.noreply.github.com> | 2017-06-14 11:07:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-14 11:07:42 -0400 |
commit | b380b5f6f651c3b6811d95dfd608bf07743a2a8d (patch) | |
tree | fad969a5349a220f62df3ad3bcdcb7d1e6173aa0 | |
parent | 12d2c68c071b1fb98c66294d597bda4f3cd2cd41 (diff) | |
download | sos-b380b5f6f651c3b6811d95dfd608bf07743a2a8d.tar.gz |
[workflow] Add a pull request template (#1025)
This includes information for users wishing to submit PR's and is visible during
their creation of the PR. This allows them to validate that they are providing
all necessary requirements prior to submitting and should reduce the amount of
back and forth we do asking users to follow our guidelines.
Fixes #1021
Signed-off-by: Adam Stokes <battlemidget@users.noreply.github.com>
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..7e6499da --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +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>**? |