diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature_request.yaml')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yaml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index d0457909..0814d183 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -1,15 +1,17 @@ +--- + name: Feature request description: Suggest an idea for this project labels: - enhancement body: - - type: checkboxes + - type: dropdown 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. + description: If possible, please contribute to any [open issues](https://github.com/williamboman/mason.nvim/issues) instead of opening a new one. options: - - label: "Yes" + - "Yes" validations: required: true |
