Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop: 发布议题模板增加 Publish 标签 #3174

Merged
merged 1 commit into from
Dec 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/adapter_publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 发布适配器
title: "Adapter: {name}"
description: 发布适配器到 NoneBot 官方商店
labels: ["Adapter"]
labels: ["Adapter", "Publish"]
body:
- type: input
id: name
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bot_publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 发布机器人
title: "Bot: {name}"
description: 发布机器人到 NoneBot 官方商店
labels: ["Bot"]
labels: ["Bot", "Publish"]
body:
- type: input
id: name
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/plugin_publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 发布插件
title: "Plugin: {name}"
description: 发布插件到 NoneBot 官方商店
labels: ["Plugin"]
labels: ["Plugin", "Publish"]
body:
- type: input
id: pypi
Expand Down
Loading