Skip to content

Commit 83e9d88

Browse files
committed
[skip ci] fix bad issue template
1 parent a6e3ac7 commit 83e9d88

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Bug 报告
22
description: 提交一个 bug
33
labels:
4-
- "z:question"
4+
- "question"
55

66
body:
77
- type: markdown
@@ -73,7 +73,7 @@ body:
7373
label: 网络日志
7474
description: |
7575
请提供全面的网络日志(如果需要). 请不要截图.
76-
网络日志一般在 `logs/onebot/*.yml`.
76+
网络日志一般在 `logs/onebot/*.log`.
7777
如果日志过大, 可以在 `补充信息` 上传文件.
7878
render: text
7979
validations:

.github/ISSUE_TEMPLATE/feature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: 特性申请
33
about: 申请 Overflow 添加新的特性
44
title: ''
5-
labels: 't:feature'
5+
labels: 'feature'
66
assignees: ''
77

88
---

0 commit comments

Comments
 (0)