Issues templates

This commit is contained in:
Edward Firmo
2024-01-09 23:09:15 +01:00
parent 1fc0b22f44
commit 945732b51a
4 changed files with 195 additions and 0 deletions

22
.github/ISSUE_TEMPLATE/question.yml vendored Normal file
View File

@@ -0,0 +1,22 @@
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."