Update issue template
This commit is contained in:
parent
38ce422d04
commit
7fb4e0c641
|
@ -1,7 +1,7 @@
|
||||||
name: 🛠 Broken Stream
|
name: 🛠 Broken Stream
|
||||||
description: Report a broken stream
|
description: Report a broken stream
|
||||||
title: 'Replace: '
|
title: 'Broken: '
|
||||||
labels: ['broken stream']
|
labels: ['🛠 broken stream']
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
|
|
@ -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,7 +9,7 @@ body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
This form is only for reporting bugs with auto-update, channel sorting and other problems with automation scripts. 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.
|
This form is only for reporting bugs with auto-update, channel sorting and other problems with automation scripts. If you're experiencing problems viewing a channel please fill a [Broken Stream](https://github.com/iptv-org/iptv/issues/new?labels=🛠+broken+stream&template=-----broken-stream.yml&title=Broken%3A+) form instead.
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
name: ❌ Removal Request
|
name: ❌ Removal Request
|
||||||
description: Request to remove content
|
description: Request to remove content
|
||||||
title: 'Remove: '
|
title: 'Remove: '
|
||||||
labels: ['removal request']
|
labels: ['❌ removal request']
|
||||||
assignees:
|
assignees:
|
||||||
- freearhey
|
- freearhey
|
||||||
body:
|
body:
|
||||||
|
|
|
@ -15,11 +15,11 @@ To request a channel, create an [issue](https://github.com/iptv-org/iptv/issues/
|
||||||
|
|
||||||
### Report a Broken Stream
|
### Report a Broken Stream
|
||||||
|
|
||||||
To report a broadcast that is not working, create an [issue](https://github.com/iptv-org/iptv/issues/new?labels=broken+stream&template=-----broken-stream.yml&title=Replace%3A+) with a description of the channel. (**IMPORTANT:** an issue should contain a report for only one channel, otherwise it will be closed immediately)
|
To report a broadcast that is not working, create an [issue](https://github.com/iptv-org/iptv/issues/new?labels=🛠+broken+stream&template=-----broken-stream.yml&title=Broken%3A+) with a description of the channel. (**IMPORTANT:** an issue should contain a report for only one channel, otherwise it will be closed immediately)
|
||||||
|
|
||||||
### Content Removal Request
|
### Content Removal Request
|
||||||
|
|
||||||
If you find any content in the repository that you own and you would like us to remove, please create an [issue](https://github.com/iptv-org/iptv/issues/new?assignees=freearhey&labels=removal+request&template=--removal-request.yml&title=Remove%3A+) and provide all necessary information. If the request is granted, the specified content will be removed from the repository within one business day.
|
If you find any content in the repository that you own and you would like us to remove, please create an [issue](https://github.com/iptv-org/iptv/issues/new?labels=❌+removal+request&template=--removal-request.yml&title=Remove%3A+) and provide all necessary information. If the request is granted, the specified content will be removed from the repository within one business day.
|
||||||
|
|
||||||
## Pull Request Guidelines
|
## Pull Request Guidelines
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue