mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-14 19:16:17 -06:00
Add a code block to the default value of the bug template (#55322)
This commit is contained in:
parent
f4517ce680
commit
e78f2a88e1
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user