update bug report template (#5872)
This commit is contained in:
parent
8e2eab1a6f
commit
bd14f5a72c
1 changed files with 4 additions and 3 deletions
7
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
7
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
|
@ -32,7 +32,7 @@ body:
|
||||||
id: helix-log
|
id: helix-log
|
||||||
attributes:
|
attributes:
|
||||||
label: Helix log
|
label: Helix log
|
||||||
description: See `hx -h` for log file path
|
description: See `hx -h` for log file path. If you can reproduce the issue run `RUST_BACKTRACE=1 hx -vv` to generate a more detailed log file.
|
||||||
value: |
|
value: |
|
||||||
<details><summary>~/.cache/helix/helix.log</summary>
|
<details><summary>~/.cache/helix/helix.log</summary>
|
||||||
|
|
||||||
|
@ -61,7 +61,8 @@ body:
|
||||||
label: Helix Version
|
label: Helix Version
|
||||||
description: >
|
description: >
|
||||||
Helix version (`hx -V` if using a release, `git describe` if building
|
Helix version (`hx -V` if using a release, `git describe` if building
|
||||||
from master)
|
from master).
|
||||||
placeholder: "helix 0.6.0 (c0dbd6dc)"
|
**Make sure that you are using the [latest helix release](https://github.com/helix-editor/helix/releases) or a newer master build**
|
||||||
|
placeholder: "helix 22.12 (5eaa6d97)"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue