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 144dda8c2c82a661bb29c55e025c8d5b4b897e2e..2085c0ef3d4f3c787f3455304db4cafba62cf50c 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 14854198075b9ca6c2724a6491354c760d50f85a..9705bfee7fe2f301a195a565c305478cf3fdc627 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 bed432e7375663f3867b3e05fbd38e3fb911fea3..1351ba7952aa4f935c29b0efd35f8d5cb5ed7529 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 e4cf07367f782f3840648c04fbe1cba2241df88e..7f2a3ad1e9df4372c2d1525f2324d68895d849d4 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 2fa687c11abaf22f965e4468be0e9724e98c29f6..f6c6082187118d4e13d9254f472e47db93d14f60 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 569e5d6c2c7478bdeae4f296ac0cba47b886d922..aa736c75341512442720c202a4cadbf51bf253c8 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