Skip to content

Commit 71c0661

Browse files
committed
Added: broken and violating add-on template
1 parent 66c0c20 commit 71c0661

File tree

4 files changed

+72
-47
lines changed

4 files changed

+72
-47
lines changed
+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: Report a broken add-on
3+
about: Report an add-on that is currently broken within Kodi.
4+
title: ''
5+
labels: 'Broken-Addon'
6+
assignees: ''
7+
8+
---
9+
10+
11+
### Add-on details:
12+
<!--- Provide some details of the broken add-on. -->
13+
- Add-on name:
14+
- Add-on ID:
15+
- Version number:
16+
- Kodi/repository version:
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: Leia
23+
-->
24+
25+
### Ownership
26+
- [ ] I am the owner of this add-on
27+
28+
### Broken because:
29+
<!--- Provide a short description/reason of why this add-on is broken. -->
30+

.github/ISSUE_TEMPLATE/config.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Kodi forums, add-ons section
4+
url: https://forum.kodi.tv/forumdisplay.php?fid=27
5+
about: Please ask and answer questions here.
6+
- name: Pull requests
7+
url: https://github.com/xbmc/repo-scripts/pulls
8+
about: When you want to submit a new or updated add-on, please open a pull request here.
+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
name: Report a violating add-on
3+
about: Report an add-on that violates the Kodi add-on rules.
4+
title: ''
5+
labels: 'violation'
6+
assignees: ''
7+
8+
---
9+
10+
<!--- Before reporting an add-on for violation of the Kodi add-on rules, please --->
11+
<!--- make sure that you are familiar with the rules for Kodi add-ons: --->
12+
<!--- https://kodi.wiki/view/Add-on_rules --->
13+
14+
### Add-on details:
15+
<!--- Provide some details of the violating add-on. --->
16+
- Add-on name:
17+
- Add-on ID:
18+
- Version number:
19+
- Kodi/repository version:
20+
21+
<!--- EXAMPLE HOW TO FILL ADD-ON DETAILS:
22+
- Add-on name: Global Search
23+
- Add-on ID: script.globalsearch
24+
- Version number: 8.0.0
25+
- Kodi/repository version: Leia
26+
-->
27+
28+
### Rules that have been violated by the add-on:
29+
<!--- Mention the rules violated based on: https://kodi.wiki/view/Add-on_rules --->
30+
31+
32+
### Explain why the add-on is violating these rules:
33+
<!--- Provide a short description/reason of why this add-on is broken. --->
34+

ISSUE_TEMPLATE.md

-47
This file was deleted.

0 commit comments

Comments
 (0)