aboutsummaryrefslogblamecommitdiffstats
path: root/.github/PULL_REQUEST_TEMPLATE.md
blob: 256483ce50471075b7f5cd9a26f54f07df931ab1 (plain) (tree)
1
2
3
4
5
6
7
8
9


                                                                                                                                                         



                                                                                                                                            

                                                                                                                          
---
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>**?
- [ ] 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?