diff options
| author | William Boman <william@redwill.se> | 2022-08-02 18:34:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-02 18:34:56 +0200 |
| commit | c116a32acfcaee77af9bba94e532738ed90afa89 (patch) | |
| tree | 0c47d94d3dc7a433704c3a0fcb1f02dd9a53e404 /.github/ISSUE_TEMPLATE/feature_request.yaml | |
| parent | feat: add xo, jq, buf, joker, csharpier (#221) (diff) | |
| download | mason-c116a32acfcaee77af9bba94e532738ed90afa89.tar mason-c116a32acfcaee77af9bba94e532738ed90afa89.tar.gz mason-c116a32acfcaee77af9bba94e532738ed90afa89.tar.bz2 mason-c116a32acfcaee77af9bba94e532738ed90afa89.tar.lz mason-c116a32acfcaee77af9bba94e532738ed90afa89.tar.xz mason-c116a32acfcaee77af9bba94e532738ed90afa89.tar.zst mason-c116a32acfcaee77af9bba94e532738ed90afa89.zip | |
chore: update issue templates (#230)
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature_request.yaml')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yaml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index de4fe3ac..d0457909 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -4,12 +4,14 @@ labels: - enhancement body: - - type: markdown + - type: checkboxes attributes: - value: | - 👋! This is not an issue template for questions! If you have questions, please refer to https://github.com/williamboman/mason.nvim/discussions/categories/q-a :) - - Before filing an issue, make sure that you meet the minimum requirements mentioned in the README. + 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: + - label: "Yes" + validations: + required: true - type: textarea attributes: |
