diff --git a/.github/ISSUE_TEMPLATE/bug--.md b/.github/ISSUE_TEMPLATE/bug--.md index 19f1cb0..1748845 100644 --- a/.github/ISSUE_TEMPLATE/bug--.md +++ b/.github/ISSUE_TEMPLATE/bug--.md @@ -1,13 +1,16 @@ --- name: Bug汇报 -about: 遇到了bug? 你可以在这里开始汇报 +about: 遇到了bug? 你可以在这里开始汇报(仅限软件本体问题) title: '' -labels: '' +labels: bug? assignees: '' --- **环境信息** - + go-cqhttp版本: 运行环境: 连接方式: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 4f0aa68..20ffbc9 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: false contact_links: - - name: 提出新建议/功能 - url: https://github.com/Mrs4s/go-cqhttp/discussions/new - about: 请在这里提出你的建议或功能 + - name: 讨论区 + url: https://github.com/Mrs4s/go-cqhttp/discussions/ + about: 使用中若遇到问题或有新点子新需求,请先在这里求助和征求意见。 diff --git a/.github/ISSUE_TEMPLATE/feat--.md b/.github/ISSUE_TEMPLATE/feat--.md index 2d138ea..d06ce93 100644 --- a/.github/ISSUE_TEMPLATE/feat--.md +++ b/.github/ISSUE_TEMPLATE/feat--.md @@ -2,7 +2,7 @@ name: 新功能提议 about: 提出新功能 title: '' -labels: '' +labels: feature request assignees: '' --- diff --git a/.github/workflows/issuebot.yml b/.github/workflows/issuebot.yml index 4a07e20..b61969d 100644 --- a/.github/workflows/issuebot.yml +++ b/.github/workflows/issuebot.yml @@ -2,7 +2,7 @@ name: Issuebot on: issues: - types: [opened] + types: [opened, edited] jobs: new_issue: