diff options
author | Luc Sinet <[email protected]> | 2021-07-04 16:49:35 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-04 10:49:35 -0400 |
commit | 8d2ef2dfbb915cf58d5aa30461aa4652bc16a1ce (patch) | |
tree | aa4eea20e918510d01e48ad78dd9e8b3d6a7bfc6 /.github/ISSUE_TEMPLATE/general-issue-form.yaml | |
parent | 816c6cfa7dab79d8f30760970a6fd43545e16f0b (diff) |
Define a form for LSP issues (#626)
* Define a form for LSP issues
* Add reference to ftplugin/ for LSP issues
Diffstat (limited to '.github/ISSUE_TEMPLATE/general-issue-form.yaml')
-rw-r--r-- | .github/ISSUE_TEMPLATE/general-issue-form.yaml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/general-issue-form.yaml b/.github/ISSUE_TEMPLATE/general-issue-form.yaml index 4571fa12..50a8e210 100644 --- a/.github/ISSUE_TEMPLATE/general-issue-form.yaml +++ b/.github/ISSUE_TEMPLATE/general-issue-form.yaml @@ -52,9 +52,12 @@ body: - type: checkboxes id: checks attributes: - label: I have read + label: I have options: - - label: The readme + - label: Read the readme required: true - - label: The wiki + - label: Read the wiki required: true + - label: Searched for similar issues + required: true + |