You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug-report.yml
+29-12Lines changed: 29 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
1
name: Bug Report
2
-
description: File a bug report.
3
-
labels: ["bug"]
2
+
description: Report behaviour that should not occur
3
+
type: Bug
4
4
body:
5
5
- type: textarea
6
6
attributes:
7
7
label: Description
8
-
description: Describe the bug that occurs.
8
+
description: Describe the bug
9
9
validations:
10
10
required: true
11
11
12
12
- type: textarea
13
13
attributes:
14
-
label: Steps to reproduce
15
-
description: How can you reproduce this bug? You can also describe how you encountered the bug if you're unsure of how to make it happen again.
14
+
label: Steps to Reproduce
15
+
description: How do you reproduce this bug? You can also describe how you encountered the bug if you are unsure.
16
16
placeholder: |
17
17
For example:
18
18
1. Run `ferium ...`
@@ -24,7 +24,8 @@ body:
24
24
- type: dropdown
25
25
attributes:
26
26
label: Operating System
27
-
description: The operating system are you encountered the bug on.
27
+
description: The operating system you encountered the bug on
28
+
multiple: true
28
29
options:
29
30
- Windows
30
31
- Linux
@@ -33,16 +34,32 @@ body:
33
34
validations:
34
35
required: true
35
36
36
-
- type: checkboxes
37
+
- type: dropdown
37
38
attributes:
38
-
label: Are you using the latest version of ferium?
39
-
description: The bug you encountered might have been fixed in a newer version, make sure you have the [latest version](https://github.com/gorilla-devs/ferium/releases/latest).
39
+
label: Installation Method
40
+
description: How did you install ferium?
40
41
options:
41
-
- label: I am using the latest version of ferium
42
-
required: true
42
+
- AUR (pacman)
43
+
- Homebrew
44
+
- winget
45
+
- Scoop
46
+
- Pacstall
47
+
- Nixpkgs
48
+
- LoaTcHi's overlay (Gentoo Portage)
49
+
- XBPS
50
+
- crates.io (`cargo install`)
51
+
- GitHub Releases (manually installed)
52
+
validations:
53
+
required: true
54
+
55
+
- type: input
56
+
attributes:
57
+
label: Ferium version
58
+
description: What is the output of `ferium --version`?
59
+
validations:
60
+
required: true
43
61
44
62
- type: textarea
45
63
attributes:
46
64
label: Additional Information
47
65
description: Any additional information you would like to provide. You can even drop images or videos here.
0 commit comments