Skip to content

Commit 1e989fc

Browse files
Create ISSUE_TEMPLATE.md
1 parent bf700be commit 1e989fc

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

ISSUE_TEMPLATE.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
<!--- Title/subject of the issue created should be like the line below: -->
2+
<!--- [Update] plugin.video.youtube -->
3+
4+
### Add-on details:
5+
<!--- Provide some details about your add-on. -->
6+
- **General**
7+
- Add-on name:
8+
- Add-on ID:
9+
- Version number:
10+
- Kodi/repository version:
11+
<!--- Provide the location from where we can get your add-on code. -->
12+
<!--- This can either be a zip file or github reposity for which you also need to provide a revision or release tag -->
13+
- **Code location**
14+
- URL:
15+
- Revision/tag:
16+
- Branch:
17+
18+
<!--- EXAMPLE HOW TO FILL ADD-ON DETAILS:
19+
- Add-on name: Global Search
20+
- Add-on ID: script.globalsearch
21+
- Version number: 8.0.0
22+
- Kodi/repository version: Krypton
23+
- URL: https://github.com/ronie/script.globalsearch
24+
- Revision/tag: e3d61d
25+
- Branch: master
26+
-->
27+
28+
### Description of changes:
29+
<!--- Provide a short summary of submitted add-on in case it's a new addition. -->
30+
<!--- If it's plugin update only highlight biggest changes if needed. -->
31+
<!--- Make sure you follow the checklist below before finalizing your pull-request. -->
32+
33+
34+
### Checklist:
35+
<!--- Go over all the following points, and put an `x` in all the boxes that apply like this: [X] -->
36+
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
37+
- [ ] 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.
38+
- [ ] I have read the [CONTRIBUTING](https://github.com/xbmc/repo-scripts/blob/master/CONTRIBUTING.md) document
39+
- [ ] Each add-on submission should be a single commit with using the following style: [plugin.video.foo] v1.0.0
40+
41+
Additional information :
42+
- 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.
43+
- [add-on development](http://kodi.wiki/view/Add-on_development) wiki page.
44+
- Kodi [pydocs](http://kodi.wiki/view/PyDocs) provide information about the Python API
45+
- [PEP8](https://www.python.org/dev/peps/pep-0008/) codingstyle which is considered best practice but not mandatory.
46+
- 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-plugins/dashboard). You can create your own account as well to continuously monitor your python coding before submitting to repo.
47+
- 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)