Skip to content

Commit 9d0b459

Browse files
authored
Create feature-request-cn.yml
1 parent 0f58851 commit 9d0b459

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: "\U0001F680 新想法建议"
2+
description: 为这个项目提出一个想法。
3+
labels: ["enhancement"]
4+
body:
5+
- type: textarea
6+
id: problem-description
7+
attributes:
8+
label: 这个特性解决了什么问题?
9+
description: |
10+
解释这个特性请求背后的用例、上下文和基本原理。更重要的是,你想要创造的最终用户体验是什么?
11+
placeholder: 问题描述
12+
validations:
13+
required: true
14+
- type: textarea
15+
id: proposed-API
16+
attributes:
17+
label: 提议的 API 是什么样的?
18+
description: |
19+
描述你打算如何解决问题,并提供API实现后如何工作的代码示例。注意,你可以使用[Markdown](https://guides.github.com/features/mastering-markdown/)来格式化你的代码块。
20+
placeholder: 假定的 API
21+
validations:
22+
required: true

0 commit comments

Comments
 (0)