From babe2b267134c602bcd306e2f58e10dc7593ef05 Mon Sep 17 00:00:00 2001 From: anxdpanic Date: Tue, 13 Oct 2020 17:52:34 -0400 Subject: [PATCH] add issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 67 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 ++ .github/ISSUE_TEMPLATE/feature_request.md | 27 +++++++++ 3 files changed, 99 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..c36fb13d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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. + + + +------ + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..af733ca6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..77853ad9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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. + + + +------ +