Update issue-template-sdk.yml

This commit is contained in:
MCNeteaseDevs
2025-12-16 14:26:11 +08:00
committed by GitHub
parent ebb8988a32
commit 680b621604

View File

@@ -1,4 +1,4 @@
name: SDK修改 name: SDK文档修改
description: 一条SDK修改对应一条Issue可以修改参数描述、接口备注等 description: 一条SDK修改对应一条Issue可以修改参数描述、接口备注等
title: "[sdk] " title: "[sdk] "
labels: [sdk] labels: [sdk]
@@ -6,8 +6,8 @@ body:
- type: textarea - type: textarea
id: sdk_name id: sdk_name
attributes: attributes:
label: 接口名称 label: 接口名称/链接
description: 请填写接口的名称 description: 请填写接口的名称或链接
placeholder: | placeholder: |
例如: CreateUI 例如: CreateUI
validations: validations:
@@ -16,8 +16,8 @@ body:
- type: dropdown - type: dropdown
id: sdk_type id: sdk_type
attributes: attributes:
label: 选择接口类型 label: 接口类型
description: description: 接口的类型
options: options:
- 服务端 - 服务端
- 客户端 - 客户端