Update .github template

This commit is contained in:
Aoran Zeng 2024-09-10 07:52:38 +08:00
parent 64e54e85ff
commit f63d34156a
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98
5 changed files with 42 additions and 21 deletions

View File

@ -1,4 +1,4 @@
name: Bug 报告
name: 🐞Bug 报告
description: 有 Bug 了吗?
title: "[Bug] "
labels: []

View File

@ -1,4 +1,4 @@
name: 我想要对 target 换源!
name: 🫸我想要对 target 换源!
description: 想要对尚未支持的 target 进行换源?
title: "[New Target] "
labels: []

View File

@ -0,0 +1,19 @@
name: 😋我找到了新的可用源!
description: 为大家分享新的可用源!
title: "[New Source] "
labels: ['源']
body:
- type: markdown
attributes:
value: |
感谢你的分享!这将使你与更广大的用户得到更多可选的服务!
- type: textarea
id: description
attributes:
label: 描述该源
description: |
1. 请告诉我们提供该源的镜像站的主体URL
2. 你是否已经测试过该源的可用性?
validations:
required: true

View File

@ -0,0 +1,21 @@
name: 🎉隔壁新开了个镜像站!
description: 告诉我们哪里开了个新镜像站!
title: "[New Mirror] "
labels: []
body:
- type: markdown
attributes:
value: |
感谢你的分享!这将使你与更广大的用户得到更多可选的服务!同时也让镜像站开发维护人员更加有使命感!
- type: textarea
id: description
attributes:
label: 描述新的镜像站
description: |
1. 请告诉我们该镜像站的主体URL
2. 你是否已经测试过该镜像站的可用性?
3. 它大概提供哪些源?
4. 你想要我们为你添加该镜像站的具体哪个源?
validations:
required: true

View File

@ -1,19 +0,0 @@
name: 隔壁新开了个镜像站! or 我找到了新的可用源!
description: 告诉我们哪里开了个新镜像站!为大家分享可用的源!
title: "[New Source] "
labels: []
body:
- type: markdown
attributes:
value: |
感谢你的分享!这将使你与更广大的用户得到更多可选的服务!同时也让镜像站开发维护人员更加有使命感!
- type: textarea
id: description
attributes:
label: 描述新的镜像站或源
placeholder: |
1. 如果是新镜像站; 请告诉我们镜像站的主体URL以及它大概提供什么源
2. 如果是新源; 请告诉我们镜像站的主体URL
validations:
required: true