From a5d3e43755772926fec5c97043443052163db8ca Mon Sep 17 00:00:00 2001 From: Poopooracoocoo <51363864+Poopooracoocoo@users.noreply.github.com> Date: Sun, 24 Sep 2023 20:01:08 +1000 Subject: [PATCH] Create bug_report.yml --- .github/ISSUE_TEMPLATE /bug_report.yml | 28 ++++++++++++++++++++++++++ 1 file changed, 28 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..f676a22 --- /dev/null +++ b/.github/ISSUE_TEMPLATE /bug_report.yml @@ -0,0 +1,28 @@ +name: Bug report +description: Report an issue +labels: + - bug +body: + - type: textarea + attributes: + label: Describe the bug + description: A clear and concise description of what the bug is. Please try to isolate the issue to ExplorerPatcher by disabling other + customization software. + validations: + required: true + - type: input + attributes: + label: Windows OS Build number + description: Find your Windows build number in the About tab of + ExplorerPatcher's properties window, or by running `winver` + placeholder: "22621.2283" + validations: + required: true + - type: input + attributes: + label: ExplorerPatcher version + description: Find your ExplorerPatcher in the About tab of ExplorerPatcher's + properties window, or by going to Installed Apps in Windows Settings + placeholder: 22621.2283.57.2 + validations: + required: true