Skip to content

Commit efabdef

Browse files
authored
chore: Nits on bug report template (#7)
Values should be placeholders, not pre-filled.
1 parent cd5793b commit efabdef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/BUG-REPORT.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ body:
2020
attributes:
2121
label: "Steps to reproduce"
2222
description: Please provide detailed steps for reproducing the issue. Include any code snippets or commands that you used when the issue occurred.
23-
value: |
23+
placeholder: |
2424
```bash
2525
$ tesseract run ...
2626
```
@@ -53,7 +53,7 @@ body:
5353
id: tesseractVersion
5454
attributes:
5555
label: Tesseract version
56-
value: |
56+
placeholder: |
5757
Paste the output of `tesseract --version` here.
5858
validations:
5959
required: true

0 commit comments

Comments
 (0)