mirror of
https://github.com/anxdpanic/plugin.video.youtube.git
synced 2025-12-06 02:30:50 -08:00
add issue templates
This commit is contained in:
parent
42b0dcbcbb
commit
babe2b2671
3 changed files with 99 additions and 0 deletions
67
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
67
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal 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
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal 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
|
||||
27
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
27
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal 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.
|
||||
|
||||
|
||||
|
||||
------
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue