-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Showing
1 changed file
with
61 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,61 @@ | ||
name: Bug Report | ||
description: Something is not working right | ||
labels: ["bug"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Before opening a new issue, take a moment to search through the current open ones. | ||
--- | ||
- type: input | ||
id: program | ||
attributes: | ||
label: Program | ||
description: Program where the bug was encountered | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: maintainers | ||
attributes: | ||
label: Maintainers of the program | ||
description: Ping maintainers so they can help you. They can be found in the [README](../README.md) | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
id: type | ||
attributes: | ||
label: Bug or Regression? | ||
description: Is this a bug or a regression? | ||
options: | ||
- Bug | ||
- Regression | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: desc | ||
attributes: | ||
label: Description | ||
description: "What went wrong?" | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: repro | ||
attributes: | ||
label: How to reproduce | ||
description: "How can someone else reproduce the issue?" | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Hyprland crash reports, program logs, images, videos | ||
description: | | ||
Anything that can help. Please always ATTACH and not paste them. | ||