Update and rename -----bug-report.md to -----bug-report.yml
This commit is contained in:
parent
f728f41871
commit
a4d1c35efc
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
name: '🐞 Bug Report'
|
||||
about: Report an error in this repository
|
||||
title: 'Fix: xxx'
|
||||
labels: bug
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
<!-- Please describe the error in as much detail as possible so that we can fix it quickly -->
|
|
@ -0,0 +1,19 @@
|
|||
name: 🐞 Bug Report
|
||||
description: Report an error in this repository
|
||||
title: "Fix: "
|
||||
labels: [ "bug" ]
|
||||
assignees:
|
||||
- freearhey
|
||||
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Please describe the error in as much detail as possible so that we can fix it quickly
|
||||
|
||||
- type: textarea
|
||||
id: bug
|
||||
attributes:
|
||||
label: Describe your issue
|
||||
validations:
|
||||
required: true
|
Loading…
Reference in New Issue