From 35b3ba2a30f95cb7c253ad6a7bb89b8d8a1fad7c Mon Sep 17 00:00:00 2001 From: Henning Dieterichs Date: Tue, 19 Jul 2022 16:06:43 +0200 Subject: [PATCH] Tweak template to include reproduction steps --- .github/ISSUE_TEMPLATE/1_bug_report.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1_bug_report.yaml b/.github/ISSUE_TEMPLATE/1_bug_report.yaml index a3dde2d3..b5b1225f 100644 --- a/.github/ISSUE_TEMPLATE/1_bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/1_bug_report.yaml @@ -27,11 +27,16 @@ body: label: Monaco Editor Playground Code description: Please provide the code to reproduce in the [monaco editor playground](https://microsoft.github.io/monaco-editor/playground.html) render: typescript + - type: textarea + id: steps + attributes: + label: Reproduction Steps + description: Please describe the steps (in the playground) that lead to the problematic behavior - type: textarea id: actual-behavior attributes: - label: Actual Behavior - description: Please describe the actual behavior, as observed in the playground. + label: Actual (Problematic) Behavior + description: Please describe the actual (problematic) behavior, as observed in the playground. - type: textarea id: expected-behavior