aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPascal Kuthe2023-02-09 02:22:38 +0000
committerGitHub2023-02-09 02:22:38 +0000
commitbd14f5a72cec6932cf1792d62e420349eaec60db (patch)
tree3ad64930d3ca33cf09d81bf447a66f020bd3a58b /.github
parent8e2eab1a6fd90e3989ac807f675b022c540ad014 (diff)
update bug report template (#5872)
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yaml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml
index c67deb69..47fd3fe8 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yaml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yaml
@@ -32,7 +32,7 @@ body:
id: helix-log
attributes:
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: |
<details><summary>~/.cache/helix/helix.log</summary>
@@ -61,7 +61,8 @@ body:
label: Helix Version
description: >
Helix version (`hx -V` if using a release, `git describe` if building
- from master)
- placeholder: "helix 0.6.0 (c0dbd6dc)"
+ from master).
+ **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:
required: true