mirror of
https://github.com/awesome-jellyfin/awesome-jellyfin.git
synced 2026-04-30 14:39:13 -05:00
30 lines
787 B
YAML
30 lines
787 B
YAML
name: "✨ Request new project"
|
|
description: >
|
|
Do you have a tool that is not yet listed and want it to be listed in the repo?
|
|
|
|
title: "[REQEUST] <project>"
|
|
labels: request
|
|
assignees: TomRomeo, darmiel
|
|
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: "> Thank you so much for your help to make this list even better! 💖"
|
|
|
|
- type: input
|
|
id: project-website
|
|
attributes:
|
|
label: Project Website
|
|
description: Link to the project (e.g. GitHub)
|
|
placeholder: ex. https://github.com/awesome-jellyfin/awesome-jellyfin
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: project-description
|
|
attributes:
|
|
label: Project Description
|
|
description: Short description of the project
|
|
validations:
|
|
required: true
|
|
|