diff options
author | h.udo <hudokkow@gmail.com> | 2018-04-18 23:10:16 +0100 |
---|---|---|
committer | h.udo <hudokkow@gmail.com> | 2018-07-03 19:50:46 +0100 |
commit | 6faa408c66012e0988a3c76c1aa93cf26a44bd4a (patch) | |
tree | c9916df34d97774e1021f9ce0f9164d5d129e72a /docs/PULL_REQUEST_TEMPLATE.md | |
parent | 02d9edc451a8ca35f521c29481eb457c45690403 (diff) |
[PULL_REQUEST_TEMPLATE] Small update
Diffstat (limited to 'docs/PULL_REQUEST_TEMPLATE.md')
-rw-r--r-- | docs/PULL_REQUEST_TEMPLATE.md | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/PULL_REQUEST_TEMPLATE.md b/docs/PULL_REQUEST_TEMPLATE.md index ed898ddfba..68fb156257 100644 --- a/docs/PULL_REQUEST_TEMPLATE.md +++ b/docs/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,4 @@ -<!--- Provide a general summary of your change in the Title above --> +<!--- Provide a general summary of your change in the Pull Request title above --> ## Description <!--- Describe your change in detail --> @@ -20,13 +20,15 @@ - [ ] Improvement (non-breaking change which improves existing functionality) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) +- [ ] Cosmetic change (non-breaking change that doesn't touch code) +- [ ] None of the above (please explain below) ## Checklist: -<!--- Go over all the following points, and put an `x` in all the boxes that apply like this: [X] --> +<!--- Go over all the following points, and put an `X` in all the boxes that apply like this: [X] --> <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> -- [ ] My code follows the [Code guidelines](https://codedocs.xyz/xbmc/xbmc/code_guidelines.html) of this project +- [ ] My code follows the **[Code Guidelines](CODE_GUIDELINES.md)** of this project - [ ] My change requires a change to the documentation, either Doxygen or wiki - [ ] I have updated the documentation accordingly -- [ ] I have read the [CONTRIBUTING](https://github.com/xbmc/xbmc/blob/master/CONTRIBUTING.md) document +- [ ] I have read the **[Contributing](CONTRIBUTING.md)** document - [ ] I have added tests to cover my change - [ ] All new and existing tests passed |