Make various improvements to our github issue templates. - Adjust line lengths to not wrap in constrained new issue view (85 cols) not just full screen view (95 columns) - Remove reference to drag/drop logs to upload (recently multiple issues with dead upload links) - Cleanup list view Release Notes: - N/A
57 lines
1.6 KiB
YAML
57 lines
1.6 KiB
YAML
name: Bug Report (Other)
|
|
description: |
|
|
Something else is broken in Zed (exclude crashing).
|
|
type: "Bug"
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: Summary
|
|
description: Provide a one sentence summary and detailed reproduction steps
|
|
value: |
|
|
<!-- Begin your issue with a one sentence summary -->
|
|
SUMMARY_SENTENCE_HERE
|
|
|
|
### Description
|
|
<!-- Describe with sufficient detail to reproduce from a clean Zed install.
|
|
- Any code must be sufficient to reproduce (include context!)
|
|
- Code must as text, not just as a screenshot.
|
|
- Issues with insufficient detail may be summarily closed.
|
|
-->
|
|
|
|
Steps to reproduce:
|
|
1.
|
|
2.
|
|
3.
|
|
4.
|
|
|
|
Expected Behavior:
|
|
Actual Behavior:
|
|
|
|
<!-- Before Submitting, did you:
|
|
1. Include settings.json, keymap.json, .editorconfig if relevant?
|
|
2. Check your Zed.log for relevant errors? (please include!)
|
|
3. Click Preview to ensure everything looks right?
|
|
4. Hide videos, large images and logs in ``` inside collapsible blocks:
|
|
|
|
<details><summary>click to expand</summary>
|
|
|
|
```json
|
|
|
|
```
|
|
</details>
|
|
-->
|
|
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: environment
|
|
attributes:
|
|
label: Zed Version and System Specs
|
|
description: |
|
|
Open Zed, from the command palette select "zed: Copy System Specs Into Clipboard"
|
|
placeholder: |
|
|
Output of "zed: Copy System Specs Into Clipboard"
|
|
validations:
|
|
required: true
|