From 406554e01154cf7fc289b4d6a6a22eae2874e779 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Mon, 6 Jan 2025 19:50:39 +0900 Subject: [PATCH] Create bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 55 +++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..cc3cb08 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,55 @@ +name: Bug report (TEST) +description: Submit bugs that affect functionality here +title: "[BUG]: " +labels: ["bug"] +assignees: + - aclist +body: + - type: textarea + id: what-happened + attributes: + label: Description of the bug? + description: What did you expect to happen? + placeholder: Add detailed bug description here + value: "When doing X, Y occurred. Include as much detail as possible." + validations: + required: true + - type: dropdown + id: version + attributes: + label: Version + description: DZGUI version + options: + - 5.5.0 (stable) + - 5.6.0 (testing) + - Version prior to 5.5.0 + default: 0 + validations: + required: true + - type: dropdown + id: browsers + attributes: + label: Device type + multiple: true + options: + - Desktop PC + - Steam Deck + validations: + required: true + - type: input + id: distro + attributes: + label: Linux distribution + options: + - Desktop PC + - Steam Deck + validations: + required: true + placeholder: "Arch Linux" + - type: textarea + id: logs + attributes: + label: Additional log output + Tip: You can attach log files by clicking this area to highlight it and then dragging files in. + validations: + required: false