diff options
| author | William Boman <william@redwill.se> | 2022-01-14 00:18:30 +0100 |
|---|---|---|
| committer | William Boman <william@redwill.se> | 2022-01-14 00:24:54 +0100 |
| commit | a06cdc3371735f66912467d3f95ac2a43d9a40fd (patch) | |
| tree | 592d8436516b0f2acb8534027a8bc6aeed63cc67 /.github/ISSUE_TEMPLATE/feature_request.yaml | |
| parent | update server installation issue template to a form-based template (#399) (diff) | |
| download | mason-a06cdc3371735f66912467d3f95ac2a43d9a40fd.tar mason-a06cdc3371735f66912467d3f95ac2a43d9a40fd.tar.gz mason-a06cdc3371735f66912467d3f95ac2a43d9a40fd.tar.bz2 mason-a06cdc3371735f66912467d3f95ac2a43d9a40fd.tar.lz mason-a06cdc3371735f66912467d3f95ac2a43d9a40fd.tar.xz mason-a06cdc3371735f66912467d3f95ac2a43d9a40fd.tar.zst mason-a06cdc3371735f66912467d3f95ac2a43d9a40fd.zip | |
ISSUE_TEMPLATE: turn .md to .yaml
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature_request.yaml')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yaml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml new file mode 100644 index 00000000..f9a09d43 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -0,0 +1,32 @@ +name: Feature request +description: Suggest an idea for this project +labels: + - enhancement + +body: + - type: markdown + attributes: + value: | + 👋! This is not an issue template for questions! If you have questions, please refer to https://github.com/williamboman/nvim-lsp-installer/discussions/categories/q-a :) + + Before filing an issue, make sure that you meet the minimum requirements mentioned in the README. + + - type: textarea + attributes: + label: Is your feature request related to a problem? Please describe. + validations: + required: true + + - type: textarea + attributes: + label: Describe the solution you'd like + validations: + required: true + + - type: textarea + attributes: + label: Describe potential alternatives you've considered + + - type: textarea + attributes: + label: Additional context |
