aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.yaml6
-rw-r--r--.github/ISSUE_TEMPLATE/general_issue.yaml6
-rw-r--r--.github/ISSUE_TEMPLATE/new_package_request.yaml6
-rw-r--r--.github/ISSUE_TEMPLATE/package_installation_form.yaml6
-rw-r--r--.github/ISSUE_TEMPLATE/package_issue.yaml6
5 files changed, 10 insertions, 20 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml
index 0814d183..30c3f92c 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.yaml
+++ b/.github/ISSUE_TEMPLATE/feature_request.yaml
@@ -6,14 +6,12 @@ labels:
- enhancement
body:
- - type: dropdown
+ - type: checkboxes
attributes:
label: I've searched open issues for similar requests
description: If possible, please contribute to any [open issues](https://github.com/williamboman/mason.nvim/issues) instead of opening a new one.
options:
- - "Yes"
- validations:
- required: true
+ - label: "Yes"
- type: textarea
attributes:
diff --git a/.github/ISSUE_TEMPLATE/general_issue.yaml b/.github/ISSUE_TEMPLATE/general_issue.yaml
index 38b349ba..f53a2a23 100644
--- a/.github/ISSUE_TEMPLATE/general_issue.yaml
+++ b/.github/ISSUE_TEMPLATE/general_issue.yaml
@@ -13,14 +13,12 @@ body:
---
- - type: dropdown
+ - type: checkboxes
attributes:
label: I've searched open issues for similar requests
description: If possible, please contribute to any [open issues](https://github.com/williamboman/mason.nvim/issues?q=is%3Aissue) instead of opening a new one.
options:
- - "Yes"
- validations:
- required: true
+ - label: "Yes"
- type: checkboxes
attributes:
diff --git a/.github/ISSUE_TEMPLATE/new_package_request.yaml b/.github/ISSUE_TEMPLATE/new_package_request.yaml
index a982e260..ef5d20e2 100644
--- a/.github/ISSUE_TEMPLATE/new_package_request.yaml
+++ b/.github/ISSUE_TEMPLATE/new_package_request.yaml
@@ -7,14 +7,12 @@ labels:
- new-package-request
body:
- - type: dropdown
+ - type: checkboxes
attributes:
label: I've searched open & closed issues for similar requests
description: If possible, please contribute to [existing issues](https://github.com/williamboman/mason.nvim/issues?q=is%3Aissue+label%3Anew-package-request) instead of opening a new one.
options:
- - "Yes"
- validations:
- required: true
+ - label: "Yes"
- type: input
attributes:
diff --git a/.github/ISSUE_TEMPLATE/package_installation_form.yaml b/.github/ISSUE_TEMPLATE/package_installation_form.yaml
index 5f18e5f0..88f43655 100644
--- a/.github/ISSUE_TEMPLATE/package_installation_form.yaml
+++ b/.github/ISSUE_TEMPLATE/package_installation_form.yaml
@@ -16,14 +16,12 @@ body:
---
- - type: dropdown
+ - type: checkboxes
attributes:
label: I've searched open issues for similar requests
description: If possible, please contribute to any [open issues](https://github.com/williamboman/mason.nvim/issues?q=is%3Aissue+label%3Ainstallation-issue) instead of opening a new one.
options:
- - "Yes"
- validations:
- required: true
+ - label: "Yes"
- type: checkboxes
attributes:
diff --git a/.github/ISSUE_TEMPLATE/package_issue.yaml b/.github/ISSUE_TEMPLATE/package_issue.yaml
index 2f57dc35..ec8e158a 100644
--- a/.github/ISSUE_TEMPLATE/package_issue.yaml
+++ b/.github/ISSUE_TEMPLATE/package_issue.yaml
@@ -18,14 +18,12 @@ body:
---
- - type: dropdown
+ - type: checkboxes
attributes:
label: I've searched open issues for similar requests
description: If possible, please contribute to any open issues instead of opening a new one.
options:
- - "Yes"
- validations:
- required: true
+ - label: "Yes"
- type: dropdown
attributes: