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/issue-report.yml
+10-8Lines changed: 10 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ body:
17
17
options:
18
18
- label: This is a **bug**, not a question or a configuration issue; Please visit our forum first to troubleshoot with volunteers, before creating a report. The links can be found [here](https://discourse.openbullet.dev/).
19
19
required: true
20
-
- label: This issue is **not** already reported on [GitHub](https://github.com/openbullet/OpenBullet2/issues?q=is%3Aissue+is%3Aopen+label%3Abug) _(I've searched it)_.
20
+
- label: This issue is **not** already reported on [GitHub](https://github.com/openbullet/OpenBullet2/issues?q=is%3Aissue+is%3Aopen+label%3Abug) *(I've searched it)*.
21
21
required: true
22
22
- label: I'm using an up to date version of OpenBullet2. We generally do not support previous older versions. If possible, please update to the latest version before opening an issue.
23
23
required: true
@@ -65,7 +65,7 @@ body:
65
65
- type: textarea
66
66
id: actual-behavior
67
67
attributes:
68
-
label: What is the current _bug_ behavior?
68
+
label: What is the current bug behavior?
69
69
description: Write down the incorrect behavior that currently happens after following the reproduction steps.
70
70
placeholder: |
71
71
The wordlists table in the Wordlists section is always empty, regardless of how many wordlists are in the database.
@@ -74,17 +74,19 @@ body:
74
74
- type: textarea
75
75
id: expected-behavior
76
76
attributes:
77
-
label: What is the expected _correct_ behavior?
77
+
label: What is the expected correct behavior?
78
78
description: Write down the correct expected behavior that is supposed to happen after following the reproduction steps.
79
79
placeholder: |
80
80
The wordlists table in the Wordlists section displays the wordlists that the current user has access to.
81
81
validations:
82
82
required: true
83
-
- type: textarea
83
+
- type: input
84
84
id: client-version
85
85
attributes:
86
86
label: Version of the client
87
87
description: What version of OpenBullet2 are you using?
88
+
placeholder: |
89
+
Version: [e.g. 0.3.x]
88
90
validations:
89
91
required: true
90
92
- type: dropdown
@@ -143,11 +145,11 @@ body:
143
145
label: Relevant screenshots or videos
144
146
description: Attach relevant screenshots or videos related to this report.
145
147
- type: textarea
146
-
id: csharp-code
148
+
id: lolicode
147
149
attributes:
148
-
label: Relevant C# code if needed
149
-
description: Please copy and paste any relevant C# code to reproduce the issue. This will be automatically formatted into code, so no need for backticks.
150
-
render: shell
150
+
label: Relevant LoliCode if needed
151
+
description: Please copy and paste any relevant LoliCode to reproduce the issue. This will be automatically formatted into code, so no need for backticks.
0 commit comments