Update bug report issue template

This commit is contained in:
Joseph T. Lyons 2024-02-26 15:28:33 -05:00
parent 935938a27c
commit 4b7bd03db7

View file

@ -1,38 +1,40 @@
name: Bug Report name: Bug Report
description: "Tip: open this issue template from within Zed with the `file bug report` command palette action" description: |
Use this template for **non-crash-related** bug reports.
Tip: open this issue template from within Zed with the `file bug report` command palette action.
labels: ["admin read", "triage", "defect"] labels: ["admin read", "triage", "defect"]
body: body:
- type: checkboxes - type: checkboxes
attributes: attributes:
label: Check for existing issues label: Check for existing issues
description: Check the backlog of issues to reduce the chances of creating duplicates; if an issue already exists, place a `+1` (👍) on it. description: Check the backlog of issues to reduce the chances of creating duplicates; if an issue already exists, place a `+1` (👍) on it.
options: options:
- label: Completed - label: Completed
required: true
- type: textarea
attributes:
label: Describe the bug / provide steps to reproduce it
description: A clear and concise description of what the bug is.
validations:
required: true required: true
- type: textarea - type: textarea
attributes: id: environment
label: Describe the bug / provide steps to reproduce it attributes:
description: A clear and concise description of what the bug is. label: Environment
validations: description: Run the `copy system specs into clipboard` command palette action and paste the output in the field below.
required: true validations:
- type: textarea required: true
id: environment - type: textarea
attributes: attributes:
label: Environment label: If applicable, add mockups / screenshots to help explain present your vision of the feature
description: Run the `copy system specs into clipboard` command palette action and paste the output in the field below. description: Drag issues into the text input below
validations: validations:
required: true required: false
- type: textarea - type: textarea
attributes: attributes:
label: If applicable, add mockups / screenshots to help explain present your vision of the feature label: |
description: Drag issues into the text input below If applicable, attach your `~/Library/Logs/Zed/Zed.log` file to this issue.
validations: If you only need the most recent lines, you can run the `zed: open log` command palette action to see the last 1000.
required: false description: Drag Zed.log into the text input below
- type: textarea validations:
attributes: required: false
label: |
If applicable, attach your `~/Library/Logs/Zed/Zed.log` file to this issue.
If you only need the most recent lines, you can run the `zed: open log` command palette action to see the last 1000.
description: Drag Zed.log into the text input below
validations:
required: false