From 48bbbd6c37532db0d6cba7e1f1b1ad6dc406b08f Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Mon, 24 Jan 2022 14:58:26 -0700 Subject: [PATCH] chore: update bug-report.yaml (#4780) * chore: update bug-report.yml Fix `OS/Web Information` section and don't render as Markdown * chore: add repro steps to bug template --- .github/ISSUE_TEMPLATE/bug-report.yml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 230c2e67..b2ad1b7b 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -26,9 +26,21 @@ body: - Remote OS: - Remote Architecture: - `code-server --version`: - render: markdown validations: - required: false + required: true + - type: textarea + attributes: + label: Steps to Reproduce + description: | + 1. open code-server + 2. install extension + 3. run command + value: | + 1. + 2. + 3. + validations: + required: true - type: textarea attributes: label: Expected