Skip to content

Commit ca1e9b1

Browse files
Update ISSUE_TEMPLATE/bug-report.yml
1 parent bfd322a commit ca1e9b1

File tree

1 file changed

+29
-12
lines changed

1 file changed

+29
-12
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 29 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
name: Bug Report
2-
description: File a bug report.
3-
labels: ["bug"]
2+
description: Report behaviour that should not occur
3+
type: Bug
44
body:
55
- type: textarea
66
attributes:
77
label: Description
8-
description: Describe the bug that occurs.
8+
description: Describe the bug
99
validations:
1010
required: true
1111

1212
- type: textarea
1313
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.
1616
placeholder: |
1717
For example:
1818
1. Run `ferium ...`
@@ -24,7 +24,8 @@ body:
2424
- type: dropdown
2525
attributes:
2626
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
2829
options:
2930
- Windows
3031
- Linux
@@ -33,16 +34,32 @@ body:
3334
validations:
3435
required: true
3536

36-
- type: checkboxes
37+
- type: dropdown
3738
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?
4041
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
4361

4462
- type: textarea
4563
attributes:
4664
label: Additional Information
4765
description: Any additional information you would like to provide. You can even drop images or videos here.
48-

0 commit comments

Comments
 (0)