Skip to content

Commit b8e312e

Browse files
[docs] add PR template to guide add-on developers
1 parent ba8c20f commit b8e312e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

PULL_REQUEST_TEMPLATE.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
### Description
2+
<!--- Provide a short summary of submitted add-on in case it's a new addition. -->
3+
<!--- If it's plugin update only highlight biggest changes if needed. -->
4+
<!--- Make sure you follow the checklist below before finalising your pull-request. -->
5+
### Checklist:
6+
<!--- Go over all the following points, and put an `x` in all the boxes that apply like this: [X] -->
7+
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
8+
- [ ] My code follows the [add-on rules](http://kodi.wiki/view/Add-on_rules) and [piracy stance](http://kodi.wiki/view/Official:Forum_rules#Piracy_Policy) of this project.
9+
- [ ] I have read the [CONTRIBUTING](https://github.com/xbmc/repo-scripts/blob/master/CONTRIBUTING.md) document
10+
- [ ] Each add-on submission should be a sinlge commit with using the following style: [sciprt.foo.bar] v1.0.0
11+
12+
Addtional information :
13+
- Submitting your add-on to this specific branch makes it available to any Kodi version equal or higher than the branch name with the applicable Kodi dependencies limits.
14+
- [add-on development](http://kodi.wiki/view/Add-on_development) wiki page.
15+
- Kodi [pydocs](http://kodi.wiki/view/PyDocs) provide information about the Python API
16+
- [PEP8](https://www.python.org/dev/peps/pep-0008/) codingstyle which is considered best practise but not mandatory.
17+
- This add-on repository has automated code guideline check which could help you improve your coding. You can find the results of these check at [Codacy](https://www.codacy.com/app/Kodi/repo-scripts/dashboard). You can create your own account as well to continuesly monitor your python coding before submitting to repo.
18+
- Development questions can be asked in the [add-on development](http://forum.kodi.tv/forumdisplay.php?fid=26) section on the Kodi forum.

0 commit comments

Comments
 (0)