ci: fix roadmap issue_template

This commit is contained in:
2025-02-23 07:29:56 -07:00
parent 67f0aa05cc
commit efd978515a

View File

@@ -1,7 +1,9 @@
name: '🗺️ Roadmap' name: "🗺️ Roadmap"
description: Planned projects in the future to do. (⚠️ For contributors only) description: Planned projects in the future to do. (⚠️ For contributors only)
title: '🗺️ Roadmap: <title>' title: "🗺️ Roadmap: <title>"
labels: ['Type ◦ Roadmap'] labels: [
"Type ◦ Roadmap"
]
body: body:
- type: markdown - type: markdown
attributes: attributes:
@@ -15,49 +17,51 @@ body:
<br /> <br />
- type: input - type: input
id: roadmap-version-target id: roadmap-version-target
attributes: attributes:
label: Target Version label: Target Version
description: Which version are we aiming to introduce this into TVApp2? description: |
placeholder: "v1.0.0" Which version are we aiming to introduce this into TVApp2?
validations: placeholder: "v1.0.0"
required: true validations:
required: true
- type: dropdown - type: dropdown
id: roadmap-package id: roadmap-package
attributes: attributes:
label: Package label: Package
description: | description: |
Select which aspect of TVApp2 this roadmap is designed for. Select which aspect of TVApp2 this roadmap is designed for.
options: options:
- App Distribution - API
- Build Process - Build Process
- Dependency / NodeJS Package - Dependency / NodeJS Package
- Documentation - Distribution
- M3U / EPG Grabber - Documentation
- S6-Overlay - M3U / EPG Functionality
default: 0 - S6-Overlay
validations: default: 0
required: true validations:
required: true
- type: textarea - type: textarea
id: roadmap-details id: roadmap-details
attributes: attributes:
label: Roadmap Details label: Roadmap Details
description: | description: |
Explain the vital steps in a bullet-point breakdown Explain the vital steps in a bullet-point breakdown
placeholder: | placeholder: |
- Requires package update - Requires package update
- Must first integrate item A - Must first integrate item A
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: roadmap-screenshots id: roadmap-screenshots
attributes: attributes:
label: 'Additional Info / Examples / Screenshots' label: 'Additional Info / Examples / Screenshots'
description: | description: |
If available, provide mockups or examples. If available, provide mockups or examples.
Any further details you want to add. Any further details you want to add.
Example snippets of code. Example snippets of code.