mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 18:32:56 +01:00
Asks users to provide a monaco editor playground link when they file a feature request
This commit is contained in:
parent
008c3074d0
commit
91f80cd7e2
1 changed files with 13 additions and 0 deletions
13
.github/ISSUE_TEMPLATE/2_feature_request.yaml
vendored
13
.github/ISSUE_TEMPLATE/2_feature_request.yaml
vendored
|
|
@ -23,3 +23,16 @@ body:
|
|||
attributes:
|
||||
label: Description
|
||||
description: Please describe your feature request.
|
||||
|
||||
- type: textarea
|
||||
id: relevantCodePlaygroundLink
|
||||
attributes:
|
||||
label: Monaco Editor Playground Link
|
||||
description: If applicable, please share the link to a relevant [monaco editor playground sample](https://microsoft.github.io/monaco-editor/playground.html)
|
||||
|
||||
- type: textarea
|
||||
id: releveantCode
|
||||
attributes:
|
||||
label: Monaco Editor Playground Code
|
||||
description: If applicable, please share the code from the monaco editor playground sample.
|
||||
render: typescript
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue