diff options
| -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 |
