Skip to content

Commit 3693cbb

Browse files
authored
Merge pull request #102 from cnblogs/add-sdk-improvement-issue-template
docs: add sdk issue template
2 parents cd7f354 + 28ee3d0 commit 3693cbb

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
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: 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)