🚧 增加 Issue 应用提交模板
This commit is contained in:
parent
149e8f8f0b
commit
732cbd1292
31
.gitea/ISSUE_TEMPLATE/apps_submission.yaml
Normal file
31
.gitea/ISSUE_TEMPLATE/apps_submission.yaml
Normal file
@ -0,0 +1,31 @@
|
||||
name: App Submission
|
||||
description: Submit a Docker Apps program.
|
||||
title: "[New App]:"
|
||||
labels: ["app"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
欢迎提交 Docker 应用,以完善此应用商店。请不要使用此类型模板提交问题!
|
||||
- type: input
|
||||
id: name
|
||||
attributes:
|
||||
label: 应用名称
|
||||
description: 输入提交的应用名称。
|
||||
placeholder: Apps Name
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: introduction
|
||||
attributes:
|
||||
label: 应用介绍 / 荐语
|
||||
description: 输入此应用介绍和你的推荐语。(最好带上应用截图)
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: links
|
||||
attributes:
|
||||
label: 应用链接
|
||||
validations:
|
||||
required: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user