mirror of
https://github.com/conan-io/conan-center-index.git
synced 2025-08-06 10:47:11 +00:00
19 lines
526 B
YAML
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
|