forked from Inpaqt/gitea_template
38 lines
1.2 KiB
YAML
38 lines
1.2 KiB
YAML
name: Ask a question
|
|
about: Ask a question that about this project
|
|
title: "[Question]: "
|
|
labels: ["Priority low", "Kind/Documentation", "Management"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value:
|
|
This issue was created by an issue **template** :)
|
|
visible: [content]
|
|
- type: input
|
|
id: question
|
|
attributes:
|
|
label: Ask your question clearly and concisely.
|
|
description: Please ask your question.
|
|
placeholder: Tell us what you want to know!
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: context
|
|
attributes:
|
|
label: Provide any relevant context or background information.
|
|
description: Please add the details of your question here.
|
|
placeholder: What is this question really about ?
|
|
- type: textarea
|
|
id: attempts
|
|
attributes:
|
|
label: Did you make any attempt solve this yourself if so how ?
|
|
description: Explain any attempts you've made to solve the issue yourself.
|
|
placeholder: What did you try ?
|
|
- type: textarea
|
|
id: resolution
|
|
attributes:
|
|
label: How did you expect this to work ?
|
|
description: What is your expected resolution ?
|
|
placeholder: Describe what you hope to achieve with the answer.
|
|
validations:
|
|
required: true |