From 45e96ec3b02bf8b6e3e698b09325324eb8c622bc Mon Sep 17 00:00:00 2001 From: Asher Date: Thu, 14 Mar 2024 12:19:13 -0800 Subject: [PATCH] Shorten bug dropdown descriptions --- .github/ISSUE_TEMPLATE/bug-report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index bf538c93b..38ea630d6 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -75,7 +75,7 @@ body: - type: dropdown attributes: label: Does this bug reproduce in native VS Code? - description: Please try reproducing this issue in native VS Code, if possible. If the bug reproduces in native VS Code, please submit the issue upstream instead (https://github.com/microsoft/vscode). + description: If the bug reproduces in native VS Code, submit the issue upstream instead (https://github.com/microsoft/vscode). options: - Yes, this is also broken in native VS Code - No, this works as expected in native VS Code @@ -87,7 +87,7 @@ body: - type: dropdown attributes: label: Does this bug reproduce in GitHub Codespaces? - description: Please try reproducing this issue in GitHub Codespaces, if possible. If the bug reproduces in GitHub Codespaces, please submit the issue upstream instead (https://github.com/microsoft/vscode). + description: If the bug reproduces in GitHub Codespaces, submit the issue upstream instead (https://github.com/microsoft/vscode). options: - Yes, this is also broken in GitHub Codespaces - No, this works as expected in GitHub Codespaces