Skip to content

Commit 0835458

Browse files
authored
Update and rename bug_report.md to bug_report.yml
1 parent 80b6e13 commit 0835458

File tree

2 files changed

+80
-46
lines changed

2 files changed

+80
-46
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 46 deletions
This file was deleted.
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
name: Bug report
2+
description: Create a report to help us improve
3+
title: "[Bug]: Short description of the issue"
4+
labels: ["bug", "needs triage"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
## Bug Report
10+
11+
- type: textarea
12+
id: description
13+
attributes:
14+
label: Description
15+
description: Provide a clear and concise description of the bug.
16+
placeholder: Provide a clear and concise description of the bug.
17+
validations:
18+
required: true
19+
20+
- type: textarea
21+
id: steps
22+
attributes:
23+
label: Steps to Reproduce
24+
description: Steps to reproduce the behavior
25+
placeholder: |
26+
1. First Step
27+
2. Second Step
28+
3. and so on...
29+
validations:
30+
required: true
31+
32+
- type: textarea
33+
id: expected
34+
attributes:
35+
label: Expected Behavior
36+
description: What did you expect to happen?
37+
placeholder: What did you expect to happen?
38+
validations:
39+
required: true
40+
41+
- type: textarea
42+
id: actual
43+
attributes:
44+
label: Actual Behavior
45+
description: What actually happened?
46+
placeholder: What actually happened?
47+
validations:
48+
required: true
49+
50+
- type: textarea
51+
id: screenshots
52+
attributes:
53+
label: Screenshots
54+
description: If applicable, add screenshots to help explain your problem.
55+
placeholder: If applicable, add screenshots to help explain your problem.
56+
validations:
57+
required: false
58+
59+
- type: textarea
60+
id: environment
61+
attributes:
62+
label: Environment
63+
description: Please add any other relevant information about the bug and remove the unnecessary lines.
64+
placeholder: |
65+
- Linux Distro: [e.g., ArchLinux, EndeavourOS]
66+
- Linux Version, output of `uname -a`:
67+
- Hyprland Version, output of `hyprctl version`:
68+
- Installation Environment: [e.g., On The Main Hardware, On A Virtual Machine]
69+
- Other info: [e.g., Display Resolution, Resolution, etc]
70+
validations:
71+
required: false
72+
73+
- type: textarea
74+
id: additional
75+
attributes:
76+
label: Additional Information
77+
description: Add any other information about the problem here.
78+
placeholder: Add any other information about the problem here. For example, you might include the error message, any recent changes that you made to the project, or any other relevant details.
79+
validations:
80+
required: false

0 commit comments

Comments
 (0)