Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.yaml')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yaml | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 52a4619f..c67deb69 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. If you can reproduce the issue run `RUST_BACKTRACE=1 hx -vv` to generate a more detailed log file. + description: See `hx -h` for log file path value: | <details><summary>~/.cache/helix/helix.log</summary> @@ -56,23 +56,12 @@ body: validations: required: true - type: input - id: installation-method - attributes: - label: Installation Method - description: > - How you installed Helix - from a package manager like Homebrew or the - AUR, built from source, downloaded a binary from the releases page, etc. - placeholder: "source / brew / nixpkgs / flake / releases page" - validations: - required: true - - type: input id: helix-version attributes: label: Helix Version description: > Helix version (`hx -V` if using a release, `git describe` if building - 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)" + from master) + placeholder: "helix 0.6.0 (c0dbd6dc)" validations: required: true |