From c7aa369f6fcf3d8f78fca7f86645fa9efe69228f Mon Sep 17 00:00:00 2001 From: Henning Dieterichs Date: Tue, 7 Dec 2021 11:57:31 +0100 Subject: [PATCH] Update feature request template. --- .github/ISSUE_TEMPLATE/feature_request.md | 8 ------- .github/ISSUE_TEMPLATE/feature_request.yaml | 25 +++++++++++++++++++++ 2 files changed, 25 insertions(+), 8 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yaml diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 9104fcd5..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project ---- - - - - diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml new file mode 100644 index 00000000..4852fc5e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -0,0 +1,25 @@ +name: Bug Report +description: Suggest an idea for this project +title: "[Feature Request] " +labels: + - "feature-request" +body: + - type: markdown + attributes: + value: | + To help us efficiently reviewing your feature request, please fill out this form. + - type: checkboxes + id: not + attributes: + label: Context + options: + - label: This issue is not a bug report. *(please use a different template for reporting a bug)* + required: true + - label: This issue is not a duplicate of an existing issue. *(please use the [search](https://github.com/microsoft/monaco-editor/issues) to find existing issues)* + required: true + + - type: textarea + id: description + attributes: + label: Description + description: Please describe your feature request.