From 187bd22d5d4cc076e08937935a08425b5ec40d57 Mon Sep 17 00:00:00 2001 From: Henning Dieterichs Date: Tue, 7 Dec 2021 11:44:01 +0100 Subject: [PATCH] Update bug_report.yaml Update --- .github/ISSUE_TEMPLATE/bug_report.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index cf498f83..d8bbe2e2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -12,15 +12,15 @@ body: label: Reproducible in vscode.dev or in VS Code Desktop? description: Can you reproduce the bug in [vscode.dev](https://vscode.dev) or in VS Code Desktop? If so, please create [an issue in the VS Code repository](https://github.com/microsoft/vscode/issues). **VS Code issues are usually looked at within a couple of days.** options: - - label: Not reproducible on [vscode.dev](https://vscode.dev) or VS Code Desktop + - label: Not reproducible in [vscode.dev](https://vscode.dev) or VS Code Desktop required: true - type: checkboxes id: reproducible-in-monaco-playground attributes: label: Reproducible in the monaco editor playground? - description: Can you reproduce the bug in [the monaco editor playground](https://microsoft.github.io/monaco-editor/playground.html)? + 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: - - label: Not reproducible on [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: playgroundSourceCode attributes: @@ -31,16 +31,16 @@ body: id: actual-behavior attributes: label: Actual Behavior - description: Please describe the actual behavior, as observed in the playground + description: Please describe the actual behavior, as observed in the playground. - type: textarea id: expected-behavior attributes: label: Expected Behavior - description: Please describe the expected behavior + description: Please describe the expected behavior. - type: textarea id: additional-context attributes: label: Additional Context - description: Please provide additional context + description: Please provide additional context.