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

This commit is contained in:
Dum4G 2021-12-11 14:19:21 +03:00 committed by GitHub
parent f728f41871
commit a4d1c35efc
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 9 deletions

View file

@ -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 -->

View file

@ -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