Files
awesome-copilot/skills/repo-standardizer/templates/issue-form-question.yml
T
github-actions[bot] 5ea5b6a96b chore: publish from main
2026-08-21 04:02:11 +00:00

24 lines
570 B
YAML

name: Question
description: Ask a question about this project
title: "[Question]: "
labels: ["question"]
body:
- type: markdown
attributes:
value: |
Questions are welcome! Please be specific so we can help quickly.
- type: textarea
id: question
attributes:
label: Your question
description: What would you like to know?
validations:
required: true
- type: textarea
id: context
attributes:
label: Context
description: What have you already tried or checked?
validations:
required: false