diff options
| author | William Boman <william@redwill.se> | 2022-07-30 15:36:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-30 13:36:40 +0000 |
| commit | 53baa66a1e8019e96ae9089e036784b5bf44077d (patch) | |
| tree | 3f8fd81052e9ab161becc56e3a1673ff640c4540 /.github | |
| parent | fix(go): improve parsing package mod (#197) (diff) | |
| download | mason-53baa66a1e8019e96ae9089e036784b5bf44077d.tar mason-53baa66a1e8019e96ae9089e036784b5bf44077d.tar.gz mason-53baa66a1e8019e96ae9089e036784b5bf44077d.tar.bz2 mason-53baa66a1e8019e96ae9089e036784b5bf44077d.tar.lz mason-53baa66a1e8019e96ae9089e036784b5bf44077d.tar.xz mason-53baa66a1e8019e96ae9089e036784b5bf44077d.tar.zst mason-53baa66a1e8019e96ae9089e036784b5bf44077d.zip | |
chore: update package installation issue template (#200)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/package_installation_form.yaml | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/.github/ISSUE_TEMPLATE/package_installation_form.yaml b/.github/ISSUE_TEMPLATE/package_installation_form.yaml index 87038f0c..bd990b49 100644 --- a/.github/ISSUE_TEMPLATE/package_installation_form.yaml +++ b/.github/ISSUE_TEMPLATE/package_installation_form.yaml @@ -11,6 +11,20 @@ body: Before filing an issue, make sure that you meet the minimum requirements mentioned in the README. + **This is not a general support board for package installation issues. Please review the error output yourself first and ensure it's not a problem that is local to your system only.** + + - type: checkboxes + attributes: + label: I've made an initial investigation into the error and believe this is an error with mason.nvim (or that an improvement could be made) + options: + - label: "Yes" + + - type: checkboxes + attributes: + label: I've recently downloaded the latest plugin version of mason.nvim + options: + - label: "Yes" + - type: textarea attributes: label: Problem description @@ -36,12 +50,6 @@ body: validations: required: true - - type: checkboxes - attributes: - label: I've recently downloaded the latest plugin version of mason.nvim - options: - - label: "Yes" - - type: input attributes: label: Affected packages |
