From 705108275b13111514ebb082fd8fe6982b23a59e Mon Sep 17 00:00:00 2001 From: parhelia512 <0011d3@gmail.com> Date: Wed, 23 Jul 2025 11:09:17 +0800 Subject: [PATCH] Add new bug report template --- .github/ISSUE_TEMPLATE/bug_report.yml | 53 +++++++++++++++++++++++++++ 1 file changed, 53 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..3027058 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,53 @@ +name: Bug report +description: "Report Throne bug" +body: + - type: dropdown + attributes: + label: Operating system + description: Operating system type + options: + - Windows + - Linux + - macOS + validations: + required: true + - type: input + attributes: + label: System version + description: Please provide the operating system version + validations: + required: true + - type: dropdown + attributes: + label: Installation type + description: Please provide the Throne installation type + options: + - zip + - exe + - deb + - package manager + validations: + required: true + - type: input + attributes: + label: Version + description: Throne version. + validations: + required: true + - type: textarea + attributes: + label: Description + description: Please provide a detailed description of the error. + validations: + required: true + - type: textarea + attributes: + label: Reproduction + description: Please provide the steps to reproduce the error. + validations: + required: true + - type: textarea + attributes: + label: Logs + description: Please provide logs. + render: shell \ No newline at end of file