(chroe) Update issue template
This commit is contained in:
parent
6febc9e491
commit
aa15b9fbf9
|
|
@ -2,7 +2,9 @@ name: "⏰应用有新版本了! / App has a new version!"
|
||||||
description: "当前应用商店中的应用有新版本,才可填此表单。 / Fill in this form only if the app in the appstore has a new version."
|
description: "当前应用商店中的应用有新版本,才可填此表单。 / Fill in this form only if the app in the appstore has a new version."
|
||||||
title: "[需要更新应用] 哪个应用需要更新? / Which app needs an update?"
|
title: "[需要更新应用] 哪个应用需要更新? / Which app needs an update?"
|
||||||
labels:
|
labels:
|
||||||
- Update Needed
|
- Update
|
||||||
|
Assignees:
|
||||||
|
- pooneyy
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,9 @@ name: "📝提交新应用 / Add New App"
|
||||||
description: "有当前应用商店未收录的应用,请提交此表单。 / Please submit this form for apps not yet listed in the app store."
|
description: "有当前应用商店未收录的应用,请提交此表单。 / Please submit this form for apps not yet listed in the app store."
|
||||||
title: "[需要增加应用] 需要增加哪个应用? / Which app needs to be added?"
|
title: "[需要增加应用] 需要增加哪个应用? / Which app needs to be added?"
|
||||||
labels:
|
labels:
|
||||||
- Add New App
|
- Add
|
||||||
|
Assignees:
|
||||||
|
- pooneyy
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,35 @@
|
||||||
|
name: "📬其它问题反馈 / Feedback"
|
||||||
|
description: "提交使用中的相关问题 / Submit issues you encounter while using the app"
|
||||||
|
title: "[反馈问题] 哪个应用出现了问题? / Which app has any problem?"
|
||||||
|
labels:
|
||||||
|
- Feedback
|
||||||
|
Assignees:
|
||||||
|
- pooneyy
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
## Welcome!
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: 应用名称 / App Name
|
||||||
|
placeholder: (e.g. gitlab-jh)
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: 该应用位于本仓库的路径?/ The path of the app in this repository?
|
||||||
|
description:
|
||||||
|
用于定位出现问题的应用。
|
||||||
|
Used to locate the app with the problem.
|
||||||
|
placeholder: (e.g. apps/gitlab-jh)
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: 问题描述 / Details
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
Loading…
Reference in New Issue