Update and rename -----bug-report.md to -----bug-report.yml

pull/5658/head
Dum4G 3 years ago committed by GitHub
parent f728f41871
commit a4d1c35efc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save