mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 10:26:41 -05:00
Update issue templates
This commit is contained in:
33
.github/ISSUE_TEMPLATE/-----epg-request.yml
vendored
33
.github/ISSUE_TEMPLATE/-----epg-request.yml
vendored
@@ -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?
|
||||
@@ -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
|
||||
|
||||
6
.github/ISSUE_TEMPLATE/---broken-guide.yml
vendored
6
.github/ISSUE_TEMPLATE/---broken-guide.yml
vendored
@@ -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
|
||||
|
||||
15
.github/ISSUE_TEMPLATE/--feature-request.yml
vendored
15
.github/ISSUE_TEMPLATE/--feature-request.yml
vendored
@@ -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
|
||||
10
.github/ISSUE_TEMPLATE/--question.yml
vendored
10
.github/ISSUE_TEMPLATE/--question.yml
vendored
@@ -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
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user