iptv/.github/ISSUE_TEMPLATE/--bug-report.yml

19 lines
598 B
YAML
Raw Normal View History

2023-09-04 13:47:21 +02:00
name: 🐞 Bug Report
description: Report an error in this repository
2023-09-04 23:32:28 +02:00
labels: ['bug']
2023-09-04 13:47:21 +02:00
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:
2023-09-15 17:38:29 +02:00
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