diff options
author | Michael Davis | 2023-11-04 00:34:54 +0000 |
---|---|---|
committer | GitHub | 2023-11-04 00:34:54 +0000 |
commit | 8dc197721bd6e7bb68e57ddeff0abf1aac067a1f (patch) | |
tree | b0f5f4dbfc1ee3ffd4d1ed01508a72cefc77f29f /.github | |
parent | 5c325fe342c26f31df495ec478a1d427270e8e42 (diff) |
Add an installation method field to the bug report template (#8711)
We can guess the installation method from the version tag and platform
in some cases but it would be useful to have this be explicit for the
sake of debugging packager-specific problems.
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 47fd3fe8..52a4619f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -56,6 +56,16 @@ 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 |