From 91f80cd7e221cc6cfe93f3e098e84119dc8d8d6b Mon Sep 17 00:00:00 2001 From: Henning Dieterichs Date: Thu, 16 Feb 2023 18:48:28 +0100 Subject: [PATCH] Asks users to provide a monaco editor playground link when they file a feature request --- .github/ISSUE_TEMPLATE/2_feature_request.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/2_feature_request.yaml b/.github/ISSUE_TEMPLATE/2_feature_request.yaml index 39e2e64a..09d8eccf 100644 --- a/.github/ISSUE_TEMPLATE/2_feature_request.yaml +++ b/.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