From 620094d49777d230d45cd81d2e9532e792bb0373 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Fri, 21 Jan 2022 15:56:34 -0700 Subject: [PATCH 1/2] chore: update bug-report.yml Fix `OS/Web Information` section and don't render as Markdown --- .github/ISSUE_TEMPLATE/bug-report.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 230c2e67c400..c60be366c3e0 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -26,7 +26,6 @@ body: - Remote OS: - Remote Architecture: - `code-server --version`: - render: markdown validations: required: false - type: textarea From 9c53e24391fb2c79812e02274b1bbcc5c4813784 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Mon, 24 Jan 2022 13:42:07 -0700 Subject: [PATCH 2/2] chore: add repro steps to bug template --- .github/ISSUE_TEMPLATE/bug-report.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index c60be366c3e0..b2ad1b7b056b 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -27,7 +27,20 @@ body: - Remote Architecture: - `code-server --version`: 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