Skip to content

Commit e78f2a8

Browse files
authored
Add a code block to the default value of the bug template (#55322)
1 parent f4517ce commit e78f2a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ body:
7777
- We have to pare too much extraneous code.
7878
- We have to clone a large repo and validate that the problem isn't elsewhere.
7979
- The sample is confusing or doesn't clearly demonstrate what's wrong.
80+
value: |
81+
```ts
82+
// Your code here
83+
```
8084
validations:
8185
required: false
8286
- type: textarea

0 commit comments

Comments
 (0)