Update issue templates

This commit is contained in:
freearhey 2023-10-02 06:36:08 +03:00
parent 85ceb7c10d
commit 732a8542e5
6 changed files with 13 additions and 63 deletions

View file

@ -1,33 +0,0 @@
name: 🗓 EPG Request
description: Request to add a channel to existing guide
labels: ['🗓 epg request']
body:
- type: markdown
attributes:
value: |
Please fill out the issue template as much as you can so we could efficiently process your request.
- type: input
attributes:
label: Guide
description: Link to the file in which you want to add these channels
placeholder: 'https://iptv-org.github.io/epg/guides/en/example.co.uk.xml'
validations:
required: true
- type: textarea
attributes:
label: Channels
description: List all channels that need to be added
placeholder: |
- Channel1
- Channel2
...
validations:
required: true
- type: textarea
attributes:
label: Notes
description: Anything else we should know?

View file

@ -1,6 +1,6 @@
name: Source Request
name: 📝 Source Request
description: Request to add a new source
labels: [' source request']
labels: ['source request']
body:
- type: markdown

View file

@ -1,6 +1,6 @@
name: ⚠️ Broken Guide
name: 🚧 Broken Guide
description: Report an error in one of the guides
labels: ['⚠️ broken guide']
labels: ['broken guide']
body:
- type: markdown
@ -11,7 +11,7 @@ body:
- type: input
attributes:
label: Site
description: The name of the site listed in the [sites](https://github.com/iptv-org/epg/tree/master/sites) folder
description: The name of the site
placeholder: 'guidatv.sky.it'
validations:
required: true

View file

@ -1,15 +0,0 @@
name: 💡 Feature Request
description: For any ideas or feature requests
labels: ['💡 feature request']
body:
- type: markdown
attributes:
value: |
Please describe your idea in as much detail as possible so that we can efficiently process your request.
- type: textarea
attributes:
label: Description
validations:
required: true

View file

@ -1,10 +0,0 @@
name: ❓ Ask a Question
description: Any questions about this repository
labels: ['❓ question']
body:
- type: textarea
attributes:
label: Description
validations:
required: true

8
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View file

@ -0,0 +1,8 @@
blank_issues_enabled: true
contact_links:
- name: 💡 Feature request
url: https://github.com/orgs/iptv-org/discussions/categories/ideas
about: For any ideas or feature requests
- name: ❓ Ask a question
url: https://github.com/orgs/iptv-org/discussions/categories/q-a
about: Ask questions about this project