Skip to content

Commit

Permalink
🧑‍💻 Develop: 发布议题模板增加 Publish 标签 (#3174)
Browse files Browse the repository at this point in the history
  • Loading branch information
he0119 authored Dec 8, 2024
1 parent d5cd642 commit ca79f29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit ca79f29

Please sign in to comment.