From f021b401f4a9c2b4250fd11491ebd48124e614ca Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Thu, 15 May 2025 14:15:27 +0200 Subject: [PATCH] Fix command casing in issue templates (#30761) Release Notes: - N/A --- .github/ISSUE_TEMPLATE/01_bug_agent.yml | 4 ++-- .github/ISSUE_TEMPLATE/02_bug_edit_predictions.yml | 4 ++-- .github/ISSUE_TEMPLATE/03_bug_git.yml | 4 ++-- .github/ISSUE_TEMPLATE/04_bug_debugger.yml | 4 ++-- .github/ISSUE_TEMPLATE/10_bug_report.yml | 4 ++-- .github/ISSUE_TEMPLATE/11_crash_report.yml | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01_bug_agent.yml b/.github/ISSUE_TEMPLATE/01_bug_agent.yml index 144dda8c2c..2085c0ef3d 100644 --- a/.github/ISSUE_TEMPLATE/01_bug_agent.yml +++ b/.github/ISSUE_TEMPLATE/01_bug_agent.yml @@ -29,8 +29,8 @@ body: id: environment attributes: label: Zed Version and System Specs - description: 'Open Zed, and in the command palette select "zed: Copy System Specs Into Clipboard"' + description: 'Open Zed, and in the command palette select "zed: copy system specs into clipboard"' placeholder: | - Output of "zed: Copy System Specs Into Clipboard" + Output of "zed: copy system specs into clipboard" validations: required: true diff --git a/.github/ISSUE_TEMPLATE/02_bug_edit_predictions.yml b/.github/ISSUE_TEMPLATE/02_bug_edit_predictions.yml index 1485419807..9705bfee7f 100644 --- a/.github/ISSUE_TEMPLATE/02_bug_edit_predictions.yml +++ b/.github/ISSUE_TEMPLATE/02_bug_edit_predictions.yml @@ -29,8 +29,8 @@ body: id: environment attributes: label: Zed Version and System Specs - description: 'Open Zed, and in the command palette select "zed: Copy System Specs Into Clipboard"' + description: 'Open Zed, and in the command palette select "zed: copy system specs into clipboard"' placeholder: | - Output of "zed: Copy System Specs Into Clipboard" + Output of "zed: copy system specs into clipboard" validations: required: true diff --git a/.github/ISSUE_TEMPLATE/03_bug_git.yml b/.github/ISSUE_TEMPLATE/03_bug_git.yml index bed432e737..1351ba7952 100644 --- a/.github/ISSUE_TEMPLATE/03_bug_git.yml +++ b/.github/ISSUE_TEMPLATE/03_bug_git.yml @@ -28,8 +28,8 @@ body: id: environment attributes: label: Zed Version and System Specs - description: 'Open Zed, and in the command palette select "zed: Copy System Specs Into Clipboard"' + description: 'Open Zed, and in the command palette select "zed: copy system specs into clipboard"' placeholder: | - Output of "zed: Copy System Specs Into Clipboard" + Output of "zed: copy system specs into clipboard" validations: required: true diff --git a/.github/ISSUE_TEMPLATE/04_bug_debugger.yml b/.github/ISSUE_TEMPLATE/04_bug_debugger.yml index e4cf07367f..7f2a3ad1e9 100644 --- a/.github/ISSUE_TEMPLATE/04_bug_debugger.yml +++ b/.github/ISSUE_TEMPLATE/04_bug_debugger.yml @@ -28,8 +28,8 @@ body: id: environment attributes: label: Zed Version and System Specs - description: 'Open Zed, and in the command palette select "zed: Copy System Specs Into Clipboard"' + description: 'Open Zed, and in the command palette select "zed: copy system specs into clipboard"' placeholder: | - Output of "zed: Copy System Specs Into Clipboard" + Output of "zed: copy system specs into clipboard" validations: required: true diff --git a/.github/ISSUE_TEMPLATE/10_bug_report.yml b/.github/ISSUE_TEMPLATE/10_bug_report.yml index 2fa687c11a..f6c6082187 100644 --- a/.github/ISSUE_TEMPLATE/10_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/10_bug_report.yml @@ -49,8 +49,8 @@ body: attributes: label: Zed Version and System Specs description: | - Open Zed, from the command palette select "zed: Copy System Specs Into Clipboard" + Open Zed, from the command palette select "zed: copy system specs into clipboard" placeholder: | - Output of "zed: Copy System Specs Into Clipboard" + Output of "zed: copy system specs into clipboard" validations: required: true diff --git a/.github/ISSUE_TEMPLATE/11_crash_report.yml b/.github/ISSUE_TEMPLATE/11_crash_report.yml index 569e5d6c2c..aa736c7534 100644 --- a/.github/ISSUE_TEMPLATE/11_crash_report.yml +++ b/.github/ISSUE_TEMPLATE/11_crash_report.yml @@ -26,9 +26,9 @@ body: id: environment attributes: label: Zed Version and System Specs - description: 'Open Zed, and in the command palette select "zed: Copy System Specs Into Clipboard"' + description: 'Open Zed, and in the command palette select "zed: copy system specs into clipboard"' placeholder: | - Output of "zed: Copy System Specs Into Clipboard" + Output of "zed: copy system specs into clipboard" validations: required: true - type: textarea