qemu-arm/.github/ISSUE_TEMPLATE/QUESTION.yml
2024-04-26 16:48:40 +02:00

18 lines
568 B
YAML

name: "? Question"
description: General questions about the container
title: "[Question]: "
labels: ["question"]
body:
- type: markdown
attributes:
value: |
Have a general question about QEMU for Docker?
Please do not use this form for technical issues.
And make sure to check the [FAQ](https://github.com/qemus/qemu-arm/blob/master/readme.md) first!
- type: textarea
id: question
attributes:
label: Question
description: What's the question you have about the container?
validations:
required: true