Files
NSPanel_HA_Blueprint/.github/ISSUE_TEMPLATE/question.yml
2024-01-09 23:09:15 +01:00

23 lines
605 B
YAML

name: Question
description: Ask a question about this project
title: "`QUESTION` "
labels: [Question]
body:
- type: markdown
attributes:
value: "We're here to help! Ask your question below."
- type: input
attributes:
label: Question
description: What do you want to ask?
placeholder: e.g., How do I configure XYZ?
validations:
required: true
- type: textarea
attributes:
label: Additional Details
description: Provide any additional details or context for your question.
placeholder: "Add any more details about your question here."