replace bug report template with yaml form

This commit is contained in:
hizumi
2024-02-22 21:59:10 -06:00
parent f00dee30ed
commit 638a2ae034
2 changed files with 36 additions and 27 deletions

View File

@@ -0,0 +1,36 @@
name: Bug Report
about: File a bug report to help us improve
title: ""
labels: "Kind/Bug"
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: what-happened
attributes:
label: Describe the bug!
description: What did you see, and what did you expect to happen.
render: markdown
value: "A bug happened!"
validations:
required: true
- type: textarea
id: reproduce-steps
attributes:
label: How can we reproduce this?
description: "Steps to reproduce the behavior (and attach full log here if needed)"
value: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
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
render: shell