Skip to content

Commit

Permalink
Added: Channel request template.
Browse files Browse the repository at this point in the history
  • Loading branch information
basrieter committed Oct 23, 2024
1 parent 9185c3c commit d4742a7
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 37 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ body:
- label: I have searched the existing issues
required: true

- type: textarea
- type: markdown
id: bug_report
attributes:
label: Describe the bug
description: Provide a more detailed introduction to the issue itself, and why you consider it to be a bug.
validations:
required: true

- type: textarea
- type: markdown
id: steps_to_reproduce
attributes:
label: Steps to Reproduce
Expand All @@ -33,13 +33,13 @@ body:
validations:
required: true

- type: textarea
- type: markdown
id: expected_behavior
attributes:
label: Expected Behavior
description: Tell us what should happen.

- type: textarea
- type: markdown
id: possible_fix
attributes:
label: Possible Fix
Expand Down
62 changes: 62 additions & 0 deletions .github/ISSUE_TEMPLATE/channel-request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
name: Channel Request
description: Request a new channel to be added to Retrospect.
labels: [channel]
assignees: []

body:
- type: markdown
attributes:
label: Channel name
description: What is the name of the channel you would like to see added?
validations:
required: true

- type: input
attributes:
label: Name of the channel in English
description: Provide the name of the channel in English.
validations:
required: true

- type: input
attributes:
label: Name of the channel in native language
description: Provide the name of the channel in its native language.
validations:
required: true

- type: input
attributes:
label: Website for the channel
description: Provide the website URL for the channel.
placeholder: 'e.g., https://www.bbc.com/news'
validations:
required: true

- type: input
attributes:
label: Android App
description: Provide the link to the Android app if available.
placeholder: 'e.g., https://play.google.com/store/apps/details?id=com.bbc.news'

- type: markdown
attributes:
label: Artwork
description: Please provide the channels logo or other artwork here.
placeholder: "Tip: You can attach artwork by clicking this area to highlight it and then dragging the files in OR you can simply provide a link to it."
validations:
required: true

- type: checkboxes
attributes:
label: Check which features should be implemented
options:
- label: Video on-demand content
- label: TV live streams
- label: Use your account for the VOD services from Retrospect
- label: Access the premium content if you are eligible

- type: markdown
attributes:
label: Additional information
description: provide any additional information that could be of use.
33 changes: 0 additions & 33 deletions .github/ISSUE_TEMPLATE/channel_request.md

This file was deleted.

0 comments on commit d4742a7

Please sign in to comment.