Skip to content

Commit 89e9c50

Browse files
committed
fix: remove italic from label and fix lolicode
1 parent d36f713 commit 89e9c50

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.github/ISSUE_TEMPLATE/issue-report.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ body:
1717
options:
1818
- 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/).
1919
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)*.
2121
required: true
2222
- 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.
2323
required: true
@@ -65,7 +65,7 @@ body:
6565
- type: textarea
6666
id: actual-behavior
6767
attributes:
68-
label: What is the current _bug_ behavior?
68+
label: What is the current bug behavior?
6969
description: Write down the incorrect behavior that currently happens after following the reproduction steps.
7070
placeholder: |
7171
The wordlists table in the Wordlists section is always empty, regardless of how many wordlists are in the database.
@@ -74,17 +74,19 @@ body:
7474
- type: textarea
7575
id: expected-behavior
7676
attributes:
77-
label: What is the expected _correct_ behavior?
77+
label: What is the expected correct behavior?
7878
description: Write down the correct expected behavior that is supposed to happen after following the reproduction steps.
7979
placeholder: |
8080
The wordlists table in the Wordlists section displays the wordlists that the current user has access to.
8181
validations:
8282
required: true
83-
- type: textarea
83+
- type: input
8484
id: client-version
8585
attributes:
8686
label: Version of the client
8787
description: What version of OpenBullet2 are you using?
88+
placeholder: |
89+
Version: [e.g. 0.3.x]
8890
validations:
8991
required: true
9092
- type: dropdown
@@ -143,11 +145,11 @@ body:
143145
label: Relevant screenshots or videos
144146
description: Attach relevant screenshots or videos related to this report.
145147
- type: textarea
146-
id: csharp-code
148+
id: lolicode
147149
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.
152+
render: csharp
151153
- type: textarea
152154
id: additional-information
153155
attributes:

0 commit comments

Comments
 (0)