Skip to content

Commit

Permalink
add a new template
Browse files Browse the repository at this point in the history
  • Loading branch information
marticliment committed Jun 24, 2023
1 parent 694743d commit 3fc78d9
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/hard-crash.yml
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

0 comments on commit 3fc78d9

Please sign in to comment.