Update issue templates

This commit is contained in:
freearhey
2025-02-24 12:20:25 +03:00
parent b71c79c304
commit 73bae427ec
7 changed files with 19 additions and 4 deletions

19
.github/ISSUE_TEMPLATE/5_bug-report.yml vendored Normal file
View File

@@ -0,0 +1,19 @@
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