replace markdown templates with yaml forms

This commit is contained in:
hizumi
2024-02-22 22:14:13 -06:00
parent 638a2ae034
commit 0e4702e7b0
4 changed files with 39 additions and 23 deletions

View File

@@ -2,6 +2,7 @@ name: Bug Report
about: File a bug report to help us improve
title: ""
labels: "Kind/Bug"
ref: main
body:
- type: markdown
attributes:
@@ -20,7 +21,7 @@ body:
id: reproduce-steps
attributes:
label: How can we reproduce this?
description: "Steps to reproduce the behavior (and attach full log here if needed)"
description: "Steps to reproduce the behavior, and attach full log here if needed."
value: |
1. Go to '...'
2. Click on '....'
@@ -31,6 +32,6 @@ body:
- 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
label: Relevant log output?
description: Please copy and paste any relevant log output. This will be automatically formatted into code.
render: shell