mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
5ede48337c
Add details/summary block to GitHub issue templates so zed.log can be hidden by default. The diff for this is messy because the existing files were not correctly auto-formatted. So I created two commits, one for autoformat and the other for the changes. I tested it on a private repo. When you first open the issue it looks like this: <img width="879" alt="image" src="https://github.com/zed-industries/zed/assets/145113/07cda992-4d62-4c27-abaa-5c272ff65345"> Then when you double-click inside it becomes editable: <img width="880" alt="image" src="https://github.com/zed-industries/zed/assets/145113/970c6669-84da-41d1-9119-d3eb9b090066"> Release Notes: - N/A
25 lines
902 B
YAML
25 lines
902 B
YAML
name: Feature Request
|
|
description: "Tip: open this issue template from within Zed with the `request feature` command palette action"
|
|
labels: ["admin read", "triage", "enhancement"]
|
|
body:
|
|
- type: checkboxes
|
|
attributes:
|
|
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.
|
|
options:
|
|
- label: Completed
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe the feature
|
|
description: A clear and concise description of what you want to happen.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: |
|
|
If applicable, add mockups / screenshots to help present your vision of the feature
|
|
description: Drag images into the text input below
|
|
validations:
|
|
required: false
|