mirror of
https://github.com/iptv-org/iptv
synced 2026-04-28 21:57:12 -04:00
Update and rename -----bug-report.md to -----bug-report.yml
This commit is contained in:
9
.github/ISSUE_TEMPLATE/-----bug-report.md
vendored
9
.github/ISSUE_TEMPLATE/-----bug-report.md
vendored
@@ -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 -->
|
|
||||||
19
.github/ISSUE_TEMPLATE/-----bug-report.yml
vendored
Normal file
19
.github/ISSUE_TEMPLATE/-----bug-report.yml
vendored
Normal 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
|
||||||
Reference in New Issue
Block a user