-
-
Notifications
You must be signed in to change notification settings - Fork 481
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
694743d
commit 3fc78d9
Showing
1 changed file
with
36 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,36 @@ | ||
name: '🚑 Report a crash or a hang' | ||
description: WingetUI is not launching, is hard-crashing or is hanging at some point | ||
title: "[CRASH] (Enter your description here)" | ||
labels: ["bug", "important"] | ||
assignees: marticliment | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Please confirm these before moving forward | ||
description: Please confirm the following before posting your issue. | ||
options: | ||
- label: I have tried deleting a folder named `.wingetui` placed on the user directory | ||
required: true | ||
- label: I have tried reinstalling WingetUI | ||
required: true | ||
- label: I have tested that this issue has not been fixed in the latest [(beta or stable) release](https://github.com/marticliment/WingetUI/releases/). | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Describe your crash | ||
placeholder: What were you doing when this happened? | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Logs (if possible) | ||
placeholder: If you get an error report or a message, please post it here. | ||
render: "text" | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: More details | ||
placeholder: Do you have any other valuable information about this issue? | ||
validations: | ||
required: false |