浏览代码

Merge pull request #3571 from microsoft/xeric-pig

Asks users to provide a monaco editor playground link when they file …
Henning Dieterichs 2 年之前
父节点
当前提交
8f9c2ecf4f
共有 1 个文件被更改,包括 13 次插入0 次删除
  1. 13 0
      .github/ISSUE_TEMPLATE/2_feature_request.yaml

+ 13 - 0
.github/ISSUE_TEMPLATE/2_feature_request.yaml

@@ -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