Add a code block to the default value of the bug template (#55322)

This commit is contained in:
Jake Bailey
2023-08-09 10:12:04 -07:00
committed by GitHub
parent f4517ce680
commit e78f2a88e1

View File

@@ -77,6 +77,10 @@ body:
- We have to pare too much extraneous code.
- We have to clone a large repo and validate that the problem isn't elsewhere.
- The sample is confusing or doesn't clearly demonstrate what's wrong.
value: |
```ts
// Your code here
```
validations:
required: false
- type: textarea