Files
conan-center-index/.github/ISSUE_TEMPLATE/question.yml
Rubén Rincón Blanco c9de102657 (#14758) Use yml syntax for issue templates
* Use yml syntax for issue templates

* Fix indentation
2022-12-15 23:05:57 +01:00

19 lines
526 B
YAML

name: Question
description: If something needs clarification
title: '[question] SHORT DESCRIPTION'
labels: 'question'
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill your question.
**Please don't forget to update the issue title.**
- type: textarea
id: question
attributes:
label: What is your question?
description: Please be as specific as possible!
placeholder: Hi! I have a question regarding ...
validations:
required: true