mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-01-19 01:18:19 +08:00
🧑💻 Develop: 发布议题模板增加 Publish 标签 (#3174)
This commit is contained in:
parent
d5cd6427b9
commit
ca79f29c60
2
.github/ISSUE_TEMPLATE/adapter_publish.yml
vendored
2
.github/ISSUE_TEMPLATE/adapter_publish.yml
vendored
@ -1,7 +1,7 @@
|
||||
name: 发布适配器
|
||||
title: "Adapter: {name}"
|
||||
description: 发布适配器到 NoneBot 官方商店
|
||||
labels: ["Adapter"]
|
||||
labels: ["Adapter", "Publish"]
|
||||
body:
|
||||
- type: input
|
||||
id: name
|
||||
|
2
.github/ISSUE_TEMPLATE/bot_publish.yml
vendored
2
.github/ISSUE_TEMPLATE/bot_publish.yml
vendored
@ -1,7 +1,7 @@
|
||||
name: 发布机器人
|
||||
title: "Bot: {name}"
|
||||
description: 发布机器人到 NoneBot 官方商店
|
||||
labels: ["Bot"]
|
||||
labels: ["Bot", "Publish"]
|
||||
body:
|
||||
- type: input
|
||||
id: name
|
||||
|
2
.github/ISSUE_TEMPLATE/plugin_publish.yml
vendored
2
.github/ISSUE_TEMPLATE/plugin_publish.yml
vendored
@ -1,7 +1,7 @@
|
||||
name: 发布插件
|
||||
title: "Plugin: {name}"
|
||||
description: 发布插件到 NoneBot 官方商店
|
||||
labels: ["Plugin"]
|
||||
labels: ["Plugin", "Publish"]
|
||||
body:
|
||||
- type: input
|
||||
id: pypi
|
||||
|
Loading…
Reference in New Issue
Block a user