add issue templates

This commit is contained in:
anxdpanic 2020-10-13 17:52:34 -04:00
parent 42b0dcbcbb
commit babe2b2671
3 changed files with 99 additions and 0 deletions

67
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View file

@ -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
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View file

@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: ❓ Questions
url: https://ytaddon.page.link/forum
about: Please ask and answer questions here

View file

@ -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.
------