Skip to content

Commit e54f51b

Browse files
authored
chore: fix bug report template description
1 parent 0b9be8d commit e54f51b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
name: Bug Report
2-
description: |
3-
Report a problem with rustaceanvim
4-
5-
> [!WARNING]
6-
>
7-
> **Low effort issues will be closed!**
8-
>
9-
> Please read the checklist items carefully before marking them as done.
10-
> I cannot bisect your plugins and config for you!
2+
description: Report a problem with rustaceanvim
113
labels: [bug]
124
body:
135

146
- type: checkboxes
157
attributes:
168
label: Have you read the docs and searched existing issues?
17-
description: Please check all of the below that are applicable before submitting an issue.
9+
description: |
10+
Please check all of the below that are applicable before submitting an issue.
11+
12+
> [!WARNING]
13+
>
14+
> **Low effort issues will be closed!**
15+
>
16+
> Please read the checklist items carefully before marking them as done.
17+
> I cannot bisect your plugins and config for you!
1818
options:
1919
- label: I have read [the README's troubleshooting guide](https://github.com/mrcjkb/rustaceanvim/blob/master/README.md#stethoscope-troubleshooting) and FAQ(https://github.com/mrcjkb/rustaceanvim?tab=readme-ov-file#left_speech_bubble-faq).
2020
required: true

0 commit comments

Comments
 (0)