Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Added: broken and violating add-on template
  • Loading branch information
basrieter committed Jul 6, 2020
commit 71c0661fa5d64b32b4853f503f64a84d726eb11b
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/broken_addon.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Report a broken add-on
about: Report an add-on that is currently broken within Kodi.
title: ''
labels: 'Broken-Addon'
assignees: ''

---


### Add-on details:
<!--- Provide some details of the broken add-on. -->
- Add-on name:
- Add-on ID:
- Version number:
- Kodi/repository version:

<!--- EXAMPLE HOW TO FILL ADD-ON DETAILS:
- Add-on name: Global Search
- Add-on ID: script.globalsearch
- Version number: 8.0.0
- Kodi/repository version: Leia
-->

### Ownership
- [ ] I am the owner of this add-on

### Broken because:
<!--- Provide a short description/reason of why this add-on is broken. -->

8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Kodi forums, add-ons section
url: https://forum.kodi.tv/forumdisplay.php?fid=27
about: Please ask and answer questions here.
- name: Pull requests
url: https://github.com/xbmc/repo-scripts/pulls
about: When you want to submit a new or updated add-on, please open a pull request here.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/violating_addon.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: Report a violating add-on
about: Report an add-on that violates the Kodi add-on rules.
title: ''
labels: 'violation'
assignees: ''

---

<!--- Before reporting an add-on for violation of the Kodi add-on rules, please --->
<!--- make sure that you are familiar with the rules for Kodi add-ons: --->
<!--- https://kodi.wiki/view/Add-on_rules --->

### Add-on details:
<!--- Provide some details of the violating add-on. --->
- Add-on name:
- Add-on ID:
- Version number:
- Kodi/repository version:

<!--- EXAMPLE HOW TO FILL ADD-ON DETAILS:
- Add-on name: Global Search
- Add-on ID: script.globalsearch
- Version number: 8.0.0
- Kodi/repository version: Leia
-->

### Rules that have been violated by the add-on:
<!--- Mention the rules violated based on: https://kodi.wiki/view/Add-on_rules --->


### Explain why the add-on is violating these rules:
<!--- Provide a short description/reason of why this add-on is broken. --->

47 changes: 0 additions & 47 deletions ISSUE_TEMPLATE.md

This file was deleted.