1
0
Fork 0
1Panel-Appstore/.github/ISSUE_TEMPLATE/2-Add-New-App.yml

54 lines
2.0 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: "📝提交新应用 / Add New App"
description: "有当前应用商店未收录的应用,请提交此表单。 / Please submit this form for apps not yet listed in the app store."
title: "[需要增加应用] 需要增加哪个应用? / Which app needs to be added?"
labels:
- Add
assignees:
- pooneyy
body:
- type: markdown
attributes:
value: |
## Welcome!
- type: input
attributes:
label: 应用名称 / App Name
description:
想要添加哪个应用?请填于此。
Which app do you want to add? Please fill in here.
placeholder: (e.g. gitlab-jh)
validations:
required: true
- type: textarea
attributes:
label: 想要添加的应用有官方的 Docker 镜像吗?/ Do the app you want to add have official Docker images?
description:
没有官方镜像的应用将不能被添加。
Apps without official Docker images will not be added.
placeholder: (e.g. registry.gitlab.cn/omnibus/gitlab-jh:18.0.1-jh.0:18.0.1-jh.0)
validations:
required: true
- type: textarea
attributes:
label: 该应用文档的URL / The URL of the app's documentation
description:
该应用文档的URL最好能定位到使用 Docker Compose 安装的部分。例如 https://gitlab.cn/docs/jh/install/docker.html#%E4%BD%BF%E7%94%A8-docker-compose-%E5%AE%89%E8%A3%85%E6%9E%81%E7%8B%90gitlab
placeholder: |
(e.g. https://gitlab.cn/docs/jh/install/docker.html#%E4%BD%BF%E7%94%A8-docker-compose-%E5%AE%89%E8%A3%85%E6%9E%81%E7%8B%90gitlab)
validations:
required: true
- type: textarea
attributes:
label: 该应用的 Logo / The app's logo
description:
应用无水印 logo , 以正方形为佳,最好是 180 * 180 px复制图片后粘贴到此处。
The app's logo without watermark, it's best to be square, preferably 180 * 180 px, copy the image and paste it here.
validations:
required: false