Tweak template to include reproduction steps
parent
a5298e13bb
commit
35b3ba2a30
|
@ -27,11 +27,16 @@ body:
|
||||||
label: Monaco Editor Playground Code
|
label: Monaco Editor Playground Code
|
||||||
description: Please provide the code to reproduce in the [monaco editor playground](https://microsoft.github.io/monaco-editor/playground.html)
|
description: Please provide the code to reproduce in the [monaco editor playground](https://microsoft.github.io/monaco-editor/playground.html)
|
||||||
render: typescript
|
render: typescript
|
||||||
|
- type: textarea
|
||||||
|
id: steps
|
||||||
|
attributes:
|
||||||
|
label: Reproduction Steps
|
||||||
|
description: Please describe the steps (in the playground) that lead to the problematic behavior
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: actual-behavior
|
id: actual-behavior
|
||||||
attributes:
|
attributes:
|
||||||
label: Actual Behavior
|
label: Actual (Problematic) Behavior
|
||||||
description: Please describe the actual behavior, as observed in the playground.
|
description: Please describe the actual (problematic) behavior, as observed in the playground.
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: expected-behavior
|
id: expected-behavior
|
||||||
|
|
Loading…
Reference in New Issue