diff options
| author | William Boman <william@redwill.se> | 2022-10-18 14:04:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-18 12:04:52 +0000 |
| commit | 0a279a9cdf6424f33a35ea3819496b844c9bf7fc (patch) | |
| tree | dfe2a6c8639b93153f828673c5a53ca1cf723bd1 /.github/ISSUE_TEMPLATE/feature_request.yaml | |
| parent | chore: update generated code (#571) (diff) | |
| download | mason-0a279a9cdf6424f33a35ea3819496b844c9bf7fc.tar mason-0a279a9cdf6424f33a35ea3819496b844c9bf7fc.tar.gz mason-0a279a9cdf6424f33a35ea3819496b844c9bf7fc.tar.bz2 mason-0a279a9cdf6424f33a35ea3819496b844c9bf7fc.tar.lz mason-0a279a9cdf6424f33a35ea3819496b844c9bf7fc.tar.xz mason-0a279a9cdf6424f33a35ea3819496b844c9bf7fc.tar.zst mason-0a279a9cdf6424f33a35ea3819496b844c9bf7fc.zip | |
chore: update issue templates (#572)
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 |
