docs: Update issue template (#71)

This commit is contained in:
Kroese 2024-05-16 00:22:30 +02:00 committed by GitHub
parent 98cfeef22a
commit 7c22fa62df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
name: "\U0001F41E Bug Report" name: "\U0001F41E Bug report"
description: Create a report to help us improve the container description: Create a report to help us improve the container
title: "[Bug]: " title: "[Bug]: "
labels: ["bug"] labels: ["bug"]
@ -38,7 +38,7 @@ body:
id: summary id: summary
attributes: attributes:
label: Description label: Description
description: A clear and concise description of your issue. description: Describe the expected behaviour, the actual behaviour, and the steps to reproduce.
validations: validations:
required: true required: true
- type: textarea - type: textarea

View file

@ -1,5 +1,5 @@
name: "\U00002753 Question" name: "\U00002753 General question"
description: General questions about the container description: Questions about the container not related to an issue
title: "[Question]: " title: "[Question]: "
labels: ["question"] labels: ["question"]
body: body:
@ -13,7 +13,7 @@ body:
- type: checkboxes - type: checkboxes
attributes: attributes:
label: Is this a general question and not a technical issue? label: Is this a general question and not a technical issue?
description: For technical issues you must use the [technical issue](https://github.com/qemus/qemu-arm/issues/new?assignees=&labels=bug&projects=&template=BUG_REPORT.yml&title=%5BBug%5D%3A+) form instead. It contains all the right fields (system info, logfiles, etc.) we need in order to be able to help you. description: For technical issues you must use the [technical issue](https://github.com/qemus/qemu-arm/issues/new?assignees=&labels=&projects=&template=1-issue.yml) form instead. It contains all the right fields (system info, logfiles, etc.) we need in order to be able to help you.
options: options:
- label: I am sure my question is not about a technical issue. - label: I am sure my question is not about a technical issue.
required: true required: true