Add .github/ISSUE_TEMPLATE/BUG_REPORT.yaml
This commit is contained in:
parent
63a7e12b33
commit
ea5aba6b5c
1 changed files with 17 additions and 0 deletions
17
.github/ISSUE_TEMPLATE/BUG_REPORT.yaml
vendored
Normal file
17
.github/ISSUE_TEMPLATE/BUG_REPORT.yaml
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
name: Bug Report
|
||||||
|
about: File a bug report
|
||||||
|
title: "[Bug]: "
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
Thanks for taking the time to fill out this bug report!
|
||||||
|
- type: textarea
|
||||||
|
id: what-happened
|
||||||
|
attributes:
|
||||||
|
label: What happened?
|
||||||
|
description: Also tell us, what did you expect to happen?
|
||||||
|
placeholder: Tell us what you see!
|
||||||
|
value: "A bug happened!"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
Loading…
Add table
Reference in a new issue