Update bug template (#25499)
This commit is contained in:
parent
4edecfed3e
commit
2ea332421c
1 changed files with 24 additions and 1 deletions
25
.github/ISSUE_TEMPLATE/1_bug_report.yml
vendored
25
.github/ISSUE_TEMPLATE/1_bug_report.yml
vendored
|
@ -10,16 +10,39 @@ body:
|
||||||
value: |
|
value: |
|
||||||
<!-- Please insert a one line summary of the issue below -->
|
<!-- Please insert a one line summary of the issue below -->
|
||||||
|
|
||||||
<!-- Include all steps necessary to reproduce from a clean Zed installation. Be verbose -->
|
SUMMARY_SENTENCE_HERE
|
||||||
|
|
||||||
|
<!-- Be verbose: Include all steps necessary to reproduce from a clean Zed installation. -->
|
||||||
|
<!-- Code snippets are better than images, a repository link that reproduces the issue is ideal. -->
|
||||||
|
|
||||||
Steps to trigger the problem:
|
Steps to trigger the problem:
|
||||||
1.
|
1.
|
||||||
2.
|
2.
|
||||||
3.
|
3.
|
||||||
|
4.
|
||||||
|
|
||||||
Actual Behavior:
|
Actual Behavior:
|
||||||
|
|
||||||
Expected Behavior:
|
Expected Behavior:
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Is there anything additional necessary to reproduce this issue?
|
||||||
|
- settings.json, keymap.json, .editorconfig etc?
|
||||||
|
- Does it happen intermittently or only with specific projects / file types?
|
||||||
|
- Have you found a workaround?
|
||||||
|
|
||||||
|
Did you check your Zed.log to see if there is any relevant details there?
|
||||||
|
- When including large items (videos, screenshots, logs, configs) please wrap with:
|
||||||
|
|
||||||
|
<details><summary>See inside for XXXXYYY</summary>
|
||||||
|
|
||||||
|
```shell
|
||||||
|
code
|
||||||
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
|
-->
|
||||||
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue