🧑‍💻 Develop: 发布议题模板增加 Publish 标签 (#3174)

This commit is contained in:
uy/sun 2024-12-08 22:33:05 +08:00 committed by GitHub
parent d5cd6427b9
commit ca79f29c60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
name: 发布适配器 name: 发布适配器
title: "Adapter: {name}" title: "Adapter: {name}"
description: 发布适配器到 NoneBot 官方商店 description: 发布适配器到 NoneBot 官方商店
labels: ["Adapter"] labels: ["Adapter", "Publish"]
body: body:
- type: input - type: input
id: name id: name

View File

@ -1,7 +1,7 @@
name: 发布机器人 name: 发布机器人
title: "Bot: {name}" title: "Bot: {name}"
description: 发布机器人到 NoneBot 官方商店 description: 发布机器人到 NoneBot 官方商店
labels: ["Bot"] labels: ["Bot", "Publish"]
body: body:
- type: input - type: input
id: name id: name

View File

@ -1,7 +1,7 @@
name: 发布插件 name: 发布插件
title: "Plugin: {name}" title: "Plugin: {name}"
description: 发布插件到 NoneBot 官方商店 description: 发布插件到 NoneBot 官方商店
labels: ["Plugin"] labels: ["Plugin", "Publish"]
body: body:
- type: input - type: input
id: pypi id: pypi