Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 67 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
---
name: "🐞 Bug Report"
about: Create a bug report to help us improve
title: ''
labels: 'bug'
assignees: ''

---

### Context

Please provide any relevant information about your setup

* Add-on Version:
* Kodi Version:
* Kodi GUI Language:
* Operating System:
* Operating System Language:



------

### Expected Behavior

Please describe the behavior you are expecting.



------

### Current Behavior

What is the current behavior?



------

### Steps to Reproduce

Please provide detailed steps for reproducing the issue.

1.
2.
3.



------

### Log

Please include a complete [debug log](https://kodi.wiki/view/Log_file).



------

### Additional Information

Please provide any additional information that may be helpful.



------

5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: ❓ Questions
url: https://twitchaddon.page.link/forum
about: Please ask and answer questions here
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: "🚀 Feature Request"
about: Request a new feature to help us improve
title: ''
labels: 'enhancement'
assignees: ''

---

### What Problem Does This Solve?

Please provide a concise description of the problem this request solves.



------



### Suggest a Solution (optional)

Please provide a concise description of your suggested solution. If there are multiple solutions, describe them independently and optionally follow them with a comparison.



------