mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 23:13:02 +01:00
Updates bug report form
This commit is contained in:
parent
5411c5e55f
commit
1a92dc7d3f
1 changed files with 7 additions and 1 deletions
8
.github/ISSUE_TEMPLATE/1_bug_report.yaml
vendored
8
.github/ISSUE_TEMPLATE/1_bug_report.yaml
vendored
|
|
@ -21,11 +21,17 @@ body:
|
||||||
description: Can you reproduce the bug in [the monaco editor playground](https://microsoft.github.io/monaco-editor/playground.html)? A minimal reproducible example will make it significantly easier for us to get this bug fixed.
|
description: Can you reproduce the bug in [the monaco editor playground](https://microsoft.github.io/monaco-editor/playground.html)? A minimal reproducible example will make it significantly easier for us to get this bug fixed.
|
||||||
options:
|
options:
|
||||||
- label: Not reproducible in [the monaco editor playground](https://microsoft.github.io/monaco-editor/playground.html)
|
- label: Not reproducible in [the monaco editor playground](https://microsoft.github.io/monaco-editor/playground.html)
|
||||||
|
- type: textarea
|
||||||
|
id: playgroundLink
|
||||||
|
attributes:
|
||||||
|
label: Monaco Editor Playground Link
|
||||||
|
description: Please share the link to the [monaco editor playground](https://microsoft.github.io/monaco-editor/playground.html) after you entered your example. In case of regressions, please also provide the first broken version.
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: playgroundSourceCode
|
id: playgroundSourceCode
|
||||||
attributes:
|
attributes:
|
||||||
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 from the monaco editor playground example.
|
||||||
render: typescript
|
render: typescript
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: steps
|
id: steps
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue