Skip to content

Commit

Permalink
chore: update package installation issue template (williamboman#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamboman committed Jul 30, 2022
1 parent 51f7db4 commit 53baa66
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions .github/ISSUE_TEMPLATE/package_installation_form.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 53baa66

Please sign in to comment.