We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e3ac7 commit 83e9d88Copy full SHA for 83e9d88
.github/ISSUE_TEMPLATE/bug.yml
@@ -1,7 +1,7 @@
1
name: Bug 报告
2
description: 提交一个 bug
3
labels:
4
- - "z:question"
+ - "question"
5
6
body:
7
- type: markdown
@@ -73,7 +73,7 @@ body:
73
label: 网络日志
74
description: |
75
请提供全面的网络日志(如果需要). 请不要截图.
76
- 网络日志一般在 `logs/onebot/*.yml`.
+ 网络日志一般在 `logs/onebot/*.log`.
77
如果日志过大, 可以在 `补充信息` 上传文件.
78
render: text
79
validations:
.github/ISSUE_TEMPLATE/feature.md
@@ -2,7 +2,7 @@
name: 特性申请
about: 申请 Overflow 添加新的特性
title: ''
-labels: 't:feature'
+labels: 'feature'
assignees: ''
8
---
0 commit comments