From e17611ceafa9559e265f1d5c29df91f23a1e1cb8 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Mon, 13 Jun 2022 10:37:55 -0700 Subject: [PATCH 1/2] chore: update bug report template Add an additional checkbox to the bug report template --- .github/ISSUE_TEMPLATE/bug-report.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index b2ad1b7b056b..af4777c2c543 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -66,11 +66,13 @@ body: required: false - type: checkboxes attributes: - label: Does this issue happen in VS Code? + label: Does this issue happen in VS Code or GitHub Codespaces? description: Please try reproducing this issue in VS Code options: - label: I cannot reproduce this in VS Code. required: true + - label: I cannot reproduce this in GitHub Codespaces + required: true - type: checkboxes attributes: label: Are you accessing code-server over HTTPS? From 27d16b2a21a0ce31d19f8e5638c3c0d023df1126 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Mon, 13 Jun 2022 10:38:58 -0700 Subject: [PATCH 2/2] Update .github/ISSUE_TEMPLATE/bug-report.yml --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index af4777c2c543..c46115b67a75 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -71,7 +71,7 @@ body: options: - label: I cannot reproduce this in VS Code. required: true - - label: I cannot reproduce this in GitHub Codespaces + - label: I cannot reproduce this in GitHub Codespaces. required: true - type: checkboxes attributes: