mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 19:10:24 +00:00
Add additional instructions to issue templates (#20473)
Release Notes: - N/A
This commit is contained in:
parent
4d49a851ef
commit
ebdc255b73
3 changed files with 3 additions and 3 deletions
2
.github/ISSUE_TEMPLATE/0_feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/0_feature_request.yml
vendored
|
@ -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
|
||||
|
|
2
.github/ISSUE_TEMPLATE/1_bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/1_bug_report.yml
vendored
|
@ -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
|
||||
|
|
2
.github/ISSUE_TEMPLATE/2_crash_report.yml
vendored
2
.github/ISSUE_TEMPLATE/2_crash_report.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue