Skip to content

Commit 8baa198

Browse files
authored
pre-fill field
1 parent 941931f commit 8baa198

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,9 @@ body:
7171
description: |-
7272
Put your code here.
7373
This code needs to be able to reproduce the bug consistently!
74-
placeholder: |-
74+
value: |
7575
```java
76-
public void error(){
77-
throw new Exception("ERROR");
78-
}
76+
7977
```
8078
validations:
8179
required: true

0 commit comments

Comments
 (0)