From ebdc255b73b29bdf1b132a8d8fe19c0332164850 Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Sun, 10 Nov 2024 08:34:23 -0500 Subject: [PATCH] Add additional instructions to issue templates (#20473) Release Notes: - N/A --- .github/ISSUE_TEMPLATE/0_feature_request.yml | 2 +- .github/ISSUE_TEMPLATE/1_bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/2_crash_report.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/0_feature_request.yml b/.github/ISSUE_TEMPLATE/0_feature_request.yml index 51ea560724a9139dfbd72e6296bf5468a09b5cfc..7aa135df35bdc9afade92a15d70869d433f5f8eb 100644 --- a/.github/ISSUE_TEMPLATE/0_feature_request.yml +++ b/.github/ISSUE_TEMPLATE/0_feature_request.yml @@ -19,7 +19,7 @@ body: id: environment attributes: label: Environment - description: Run the `copy system specs into clipboard` command palette action and paste the output in the field below. + description: Run the `copy system specs into clipboard` command palette action and paste the output in the field below. If you are unable to run the command, please include your Zed version and release channel, operating system and version, RAM amount, and architecture. validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/1_bug_report.yml b/.github/ISSUE_TEMPLATE/1_bug_report.yml index 8bdd062a6a7e1c492f003549747d05e89f2aad07..9d8fedb74a12f7e9e415d9e8e4302b383bf894cf 100644 --- a/.github/ISSUE_TEMPLATE/1_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1_bug_report.yml @@ -21,7 +21,7 @@ body: id: environment attributes: label: Environment - description: Run the `copy system specs into clipboard` command palette action and paste the output in the field below. + description: Run the `copy system specs into clipboard` command palette action and paste the output in the field below. If you are unable to run the command, please include your Zed version and release channel, operating system and version, RAM amount, and architecture. validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/2_crash_report.yml b/.github/ISSUE_TEMPLATE/2_crash_report.yml index 2531b07d8aab7df1cd552dd30137a48bafae3706..87f27667910b1e62ce7b20675403936b84600940 100644 --- a/.github/ISSUE_TEMPLATE/2_crash_report.yml +++ b/.github/ISSUE_TEMPLATE/2_crash_report.yml @@ -20,7 +20,7 @@ body: id: environment attributes: label: Environment - description: Run the `copy system specs into clipboard` command palette action and paste the output in the field below. + description: Run the `copy system specs into clipboard` command palette action and paste the output in the field below. If you are unable to run the command, please include your Zed version and release channel, operating system and version, RAM amount, and architecture. validations: required: true - type: textarea