Update ----bug-report.yml
This commit is contained in:
parent
6072e4754a
commit
7d61b7cfc5
|
@ -1,7 +1,7 @@
|
||||||
name: 🐞 Bug Report
|
name: 🐞 Bug Report
|
||||||
description: Report an error in this repository
|
description: Report an error in this repository
|
||||||
title: "Fix: "
|
title: 'Fix: '
|
||||||
labels: [ "bug" ]
|
labels: ['bug']
|
||||||
assignees:
|
assignees:
|
||||||
- freearhey
|
- freearhey
|
||||||
|
|
||||||
|
@ -9,14 +9,11 @@ body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
This form is **ONLY** intended for auto-update, channel sorting and other automation scripts related issues.
|
This form is **ONLY** intended for auto-update, channel sorting and other automation scripts related issues. If you're experiencing problems viewing a channel please fill a [Broken Stream](https://github.com/iptv-org/iptv/issues/new?assignees=&labels=broken+stream&template=-----broken-stream.yml&title=Fix%3A+) form instead.
|
||||||
If you're experiencing problems viewing a channel, **this is not the right form**. Please fill a [Broken stream](https://github.com/iptv-org/iptv/issues/new?assignees=&labels=broken+stream&template=-----broken-stream.yml&title=Fix%3A+) form instead.
|
|
||||||
|
|
||||||
Please describe the error in as much detail as possible so that we can fix it quickly.
|
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: bug
|
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe your issue
|
label: Describe your issue
|
||||||
|
description: Please describe the error in as much detail as possible so that we can fix it quickly.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
Loading…
Reference in New Issue