Skip to content

Commit cc30b06

Browse files
authored
Update issue templates
1 parent e40ff56 commit cc30b06

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

.github/ISSUE_TEMPLATE/bug-反馈.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Bug 反馈
33
about: 代码不起作用/抛出异常/结果不正确
44
title: "[BUG]"
5-
labels: bug, untriaged
5+
labels: enhancement, untriaged
66
assignees: ikesnowy
77

88
---
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: SDK 相关
3+
about: SDK 本身的改进,例如升级依赖包版本/添加方法重载/提供额外能力等
4+
title: "[SDK] "
5+
labels: ".NET, untriaged"
6+
assignees: ikesnowy
7+
8+
---
9+
10+
**希望更改的 SDK 内容**
11+
12+
受影响的 SDK API
13+
```csharp
14+
// 提供 SDK 的方法名或者调用方法
15+
```
16+
17+
希望做出的改进
18+
```csharp
19+
// 希望以这种方式调用
20+
```
21+
22+
**其他信息**
23+
24+
使用场景/项目背景/限制条件(例如:无法依赖 xx 包),以及可接受的其他方式

0 commit comments

Comments
 (0)