docs: Update issue template (#71)
This commit is contained in:
parent
98cfeef22a
commit
7c22fa62df
2 changed files with 5 additions and 5 deletions
4
.github/ISSUE_TEMPLATE/3-bug.yml
vendored
4
.github/ISSUE_TEMPLATE/3-bug.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: "\U0001F41E Bug Report"
|
||||
name: "\U0001F41E Bug report"
|
||||
description: Create a report to help us improve the container
|
||||
title: "[Bug]: "
|
||||
labels: ["bug"]
|
||||
|
@ -38,7 +38,7 @@ body:
|
|||
id: summary
|
||||
attributes:
|
||||
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:
|
||||
required: true
|
||||
- type: textarea
|
||||
|
|
6
.github/ISSUE_TEMPLATE/4-question.yml
vendored
6
.github/ISSUE_TEMPLATE/4-question.yml
vendored
|
@ -1,5 +1,5 @@
|
|||
name: "\U00002753 Question"
|
||||
description: General questions about the container
|
||||
name: "\U00002753 General question"
|
||||
description: Questions about the container not related to an issue
|
||||
title: "[Question]: "
|
||||
labels: ["question"]
|
||||
body:
|
||||
|
@ -13,7 +13,7 @@ body:
|
|||
- type: checkboxes
|
||||
attributes:
|
||||
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:
|
||||
- label: I am sure my question is not about a technical issue.
|
||||
required: true
|
||||
|
|
Loading…
Reference in a new issue