mirror of https://github.com/iptv-org/iptv
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
598 B
YAML
19 lines
598 B
YAML
name: 🐞 Bug Report
|
|
description: Report an error in this repository
|
|
labels: ['bug']
|
|
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe your issue
|
|
description: Please describe the error in as much detail as possible so that we can fix it quickly.
|
|
validations:
|
|
required: true
|
|
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Contributing Guide
|
|
description: 'Please read this guide before posting your request'
|
|
options:
|
|
- label: I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md)
|
|
required: true |