Skip to content

Commit

Permalink
Add issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
fufexan committed Dec 9, 2023
1 parent 29d6c2a commit 2a79611
Showing 1 changed file with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
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.

0 comments on commit 2a79611

Please sign in to comment.