diff options
| author | William Boman <william@redwill.se> | 2023-04-28 14:08:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-28 12:08:22 +0000 |
| commit | 23874ac7855d201add6fe382c507102155b3cd80 (patch) | |
| tree | eb057781b874e2327c9bf23532ec710b16cf01d7 /.github | |
| parent | chore(Optional): add :and_then() (#1270) (diff) | |
| download | mason-23874ac7855d201add6fe382c507102155b3cd80.tar mason-23874ac7855d201add6fe382c507102155b3cd80.tar.gz mason-23874ac7855d201add6fe382c507102155b3cd80.tar.bz2 mason-23874ac7855d201add6fe382c507102155b3cd80.tar.lz mason-23874ac7855d201add6fe382c507102155b3cd80.tar.xz mason-23874ac7855d201add6fe382c507102155b3cd80.tar.zst mason-23874ac7855d201add6fe382c507102155b3cd80.zip | |
chore: update issue templates (#1273)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yaml | 6 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/general_issue.yaml | 6 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/new_package_request.yaml | 6 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/package_installation_form.yaml | 6 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/package_issue.yaml | 6 |
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: |
