From 9c8938923eca97b4ade29908ec729da0c773c01d Mon Sep 17 00:00:00 2001 From: CastagnaIT Date: Sun, 6 Mar 2022 15:27:46 +0100 Subject: [PATCH] Converted Issue bug report to YML --- .github/ISSUE_TEMPLATE/bug_report.md | 66 ------------------ .github/ISSUE_TEMPLATE/bug_report.yml | 96 +++++++++++++++++++++++++++ 2 files changed, 96 insertions(+), 66 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index fb11341fe..000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,66 +0,0 @@ ---- -name: Bug report -about: To report errors or wrong behaviour - please use the Wiki pages, Kodi forum or Discussions tab to solve other questions ---- -## Bug report - -#### Your Environment -- Netflix add-on version: -- Operating system version/name: -- Device model: - -Used Operating system: -* [ ] Android -* [ ] iOS -* [ ] Linux -* [ ] OSX -* [ ] Raspberry-Pi -* [ ] Windows - -### Describe the bug - - - -#### Expected behavior - - - -#### Actual behavior - - - -#### Steps to reproduce the behavior - -1. -2. -3. - -#### Possible fix - - - -### Debug log - -The debug log can be found here: - - -### Additional context or screenshots (if appropriate) - -#### Other information - - - -#### Screenshots - - - - diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 000000000..1a6c68851 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,96 @@ +name: Bug Report +description: To report errors or wrong behaviour +labels: ["Bug", "Triage: Needed"] + +body: + - type: markdown + attributes: + value: | + Thanks for filing an issue, this help us to determine what is causing your issue, please take your time to read and fill out everything with as much detail as you can. + We would like to remind you that if your problem not concern bugs, instead open an bug report please use channels like Kodi forum, Github Discussions tab or Github Wiki pages." + + - type: input + id: addon-version + validations: + required: true + attributes: + label: Netflix add-on version + description: Specify the add-on version where you have encountered the problem + + - type: dropdown + id: operative-systems + validations: + required: true + attributes: + label: Operative systems used + multiple: true + description: Select the operative systems where you have encountered the problem + options: + - Android + - Linux (Ubuntu / Mint / ...) + - Raspbian + - CoreELEC + - LibreELEC + - OSMC + - Mac OSX + - Windows + - Other (specify in description) + + - type: dropdown + id: kodi-versions + validations: + required: true + attributes: + label: Kodi version used + options: + - Kodi 18 (Leia) + - Kodi 19 (Matrix) + - Kodi 20 (Nexus) + - Other (specify in description) + + - type: textarea + id: description + validations: + required: true + attributes: + label: Description of the bug + description: Give a clear detailed description of the problem + + - type: textarea + id: steps + attributes: + label: Steps to reproduce the behavior + placeholder: | + Example: + 1. Navigate to menu X + 2. Select context menu Y + 3. Play Z + + - type: input + id: log-file + validations: + required: true + attributes: + label: Debug log - mandatory + description: | + Refer to the Github Readme instructions on how to get the log, + then save it to http://paste.kodi.tv/ and paste the link here. + If the log size is too large drag-n-drop the file on description field. + + - type: textarea + id: possible-fix + attributes: + label: Possible fix + description: If you know a possible fix to the problem describe it + + - type: textarea + id: additional-context + attributes: + label: Additional context + description: Anything else related that might be useful (related issues, suggestions, links, ...) + + - type: textarea + id: screenshots + attributes: + label: Screenshots + description: Add some screenshots if that helps understanding your problem