github question: Migrate template to YAML
This commit is contained in:
parent
b05e300e96
commit
2a4bee4564
13
.github/ISSUE_TEMPLATE/question.md
vendored
13
.github/ISSUE_TEMPLATE/question.md
vendored
|
@ -1,13 +0,0 @@
|
||||||
---
|
|
||||||
name: Question
|
|
||||||
about: Couldn't find an answer in the documentation? Ask away!
|
|
||||||
labels: question
|
|
||||||
---
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Please make sure that you check the onboard documentation (`:doc …`),
|
|
||||||
the community wiki (hosted on Github) and other issues before creating an
|
|
||||||
issue for your question.
|
|
||||||
|
|
||||||
You can also drop by our IRC channel to get instant (hopefully) feedback.
|
|
||||||
-->
|
|
19
.github/ISSUE_TEMPLATE/question.yml
vendored
Normal file
19
.github/ISSUE_TEMPLATE/question.yml
vendored
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
name: Question
|
||||||
|
description: Couldn't find an answer in the documentation? Ask away!
|
||||||
|
labels: question
|
||||||
|
title: "[QUESTION] "
|
||||||
|
body:
|
||||||
|
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
Please make sure to [search issues](https://github.com/mawww/kakoune/issues?q=is%3Aissue) before creating a new one, to avoid duplicates and centralise conversations.
|
||||||
|
|
||||||
|
If you need to have a question about the editor itself (options, behaviour, code…) answered, make sure to check the [documentation](https://github.com/mawww/kakoune/tree/master/doc/pages) (also available via the `doc` command in the editor) or drop by [IRC](https://web.libera.chat/?channels=#kakoune) to get instant feedback.
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: "Question"
|
||||||
|
description: "Couldn't find an answer in the documentation? Ask away!"
|
||||||
|
validations:
|
||||||
|
required: true
|
Loading…
Reference in New Issue
Block a user