mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 14:05:47 -05:00
Add a code block to the default value of the bug template (#55322)
This commit is contained in:
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user