mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 06:45:41 -04:00
ci: fix roadmap issue_template
This commit is contained in:
16
.github/ISSUE_TEMPLATE/roadmap.yml
vendored
16
.github/ISSUE_TEMPLATE/roadmap.yml
vendored
@@ -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:
|
||||||
@@ -19,7 +21,8 @@ body:
|
|||||||
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: |
|
||||||
|
Which version are we aiming to introduce this into TVApp2?
|
||||||
placeholder: "v1.0.0"
|
placeholder: "v1.0.0"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
@@ -31,11 +34,12 @@ body:
|
|||||||
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
|
||||||
|
- Distribution
|
||||||
- Documentation
|
- Documentation
|
||||||
- M3U / EPG Grabber
|
- M3U / EPG Functionality
|
||||||
- S6-Overlay
|
- S6-Overlay
|
||||||
default: 0
|
default: 0
|
||||||
validations:
|
validations:
|
||||||
|
|||||||
Reference in New Issue
Block a user