Skip to content

docs: add sdk issue template #102

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/sdk-使用体验.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: SDK 相关
about: SDK 本身的改进,例如升级依赖包版本/添加方法重载/提供额外能力等
title: "[SDK]"
labels: untriaged
assignees: ikesnowy

---

**希望更改的 SDK 内容**

受影响的 SDK API
```csharp
// 提供 SDK 的方法名或者调用方法
```

希望做出的改进
```csharp
// 希望以这种方式调用
```

**其他信息**

使用场景/项目背景/限制条件(例如:无法依赖 xx 包),以及可接受的其他方式