We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f58851 commit 9d0b459Copy full SHA for 9d0b459
.github/ISSUE_TEMPLATE/feature-request-cn.yml
@@ -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
15
+ id: proposed-API
16
17
+ label: 提议的 API 是什么样的?
18
19
+ 描述你打算如何解决问题,并提供API实现后如何工作的代码示例。注意,你可以使用[Markdown](https://guides.github.com/features/mastering-markdown/)来格式化你的代码块。
20
+ placeholder: 假定的 API
21
22
0 commit comments