[filesystem][SpecialProtocol] Removed assert from GetPath
[xbmc.git] / docs / PULL_REQUEST_TEMPLATE.md
blobf0578ac90032a71f89463b88cf2c20fc3a7360b0
1 ## Description
2 <!--- Provide a general summary of your change in the Pull Request title above -->
3 <!--- Describe your change in detail here. -->
5 ## Motivation and context
6 <!--- Why is this change required? What problem does it solve? -->
7 <!--- If it fixes an open issue, please link to the issue here. -->
9 ## How has this been tested?
10 <!--- Please describe in detail how you tested your change. -->
11 <!--- Include details of your testing environment, and the tests you ran to -->
12 <!--- see how your change affects other areas of the code, etc. -->
14 ## What is the effect on users?
15 <!--- Summarize the effect of this change on Kodi end-users. -->
16 <!--- If the PR does not have a noticeable impact (e.g., if it only changes documentation), -->
17 <!--- just leave it empty. Put in more detail the bigger the impact is. -->
18 <!--- This section may be used for automatic creation of release notes. -->
20 ## Screenshots (if appropriate):
22 ## Types of change
23 <!--- What type of change does your code introduce? Put an `x` in all the boxes that apply like this: [X] -->
24 - [ ] **Bug fix** (non-breaking change which fixes an issue)
25 - [ ] **Clean up** (non-breaking change which removes non-working, unmaintained functionality)
26 - [ ] **Improvement** (non-breaking change which improves existing functionality)
27 - [ ] **New feature** (non-breaking change which adds functionality)
28 - [ ] **Breaking change** (fix or feature that will cause existing functionality to change)
29 - [ ] **Cosmetic change** (non-breaking change that doesn't touch code)
30 - [ ] **None of the above** (please explain below)
32 ## Checklist:
33 <!--- Go over all the following points, and put an `X` in all the boxes that apply like this: [X] -->
34 <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
35 - [ ] My code follows the **[Code Guidelines](https://github.com/xbmc/xbmc/blob/master/docs/CODE_GUIDELINES.md)** of this project 
36 - [ ] My change requires a change to the documentation, either Doxygen or wiki
37 - [ ] I have updated the documentation accordingly
38 - [ ] I have read the **[Contributing](https://github.com/xbmc/xbmc/blob/master/docs/CONTRIBUTING.md)** document
39 - [ ] I have added tests to cover my change
40 - [ ] All new and existing tests passed