-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bc3bbc7
commit a5d3e43
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |