Update bug report and add question report (#992)

This commit is contained in:
bladeoner 2022-02-20 19:13:19 +01:00 committed by GitHub
parent 79c315d36c
commit bc1e5e7699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 66 additions and 22 deletions

44
.github/ISSUE_TEMPLATE/bug-report.yml vendored Normal file
View File

@ -0,0 +1,44 @@
name: Bug report
description: If you are experiencing an issue, please fill out this form. Feature requests will be closed immediately!
title: "[Issue]: "
labels: bug
body:
- type: markdown
attributes:
value: Feature requests will be closed immediately!
- type: textarea
id: describe-bug
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: To Reproduce
description: Steps to reproduce the behavior:
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
validations:
required: true
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell
validations:
required: false
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem.
validations:
required: false

View File

@ -1,22 +0,0 @@
---
name: Bug report
about: Feature requests will be closed immediately!
title: ''
labels: ''
assignees: ''
---
**Feature requests will be closed immediately!**
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.

View File

@ -0,0 +1,22 @@
name: Question
description: If you have a question, please fill out this form. Feature requests will be closed immediately!
title: "[Question]: "
labels: question
body:
- type: markdown
attributes:
value: **Feature requests will be closed immediately!**
- type: textarea
id: describe-question
attributes:
label: Describe your question
description: Describe your question as accurately as possible.
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem.
validations:
required: false