mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-07 06:59:48 +08:00
:octocat: Update GitHub Issue template
This commit is contained in:
parent
72208a0d07
commit
9885015c75
32
.github/ISSUE_TEMPLATE/feature_request.md
vendored
32
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -1,32 +0,0 @@
|
|||||||
---
|
|
||||||
name: ✨ 特性提议 Request new features
|
|
||||||
about: 欢迎提出你所期待的新特性 Come up with the features you expect
|
|
||||||
---
|
|
||||||
|
|
||||||
### 在什么情况下你需要该特性? In what scenarios do you need this feature?
|
|
||||||
|
|
||||||
<!--
|
|
||||||
请尽量清晰地描述该特性的应用场景。
|
|
||||||
Please describe the functions and application scenarios you expect as clearly and accurately as possible.
|
|
||||||
-->
|
|
||||||
|
|
||||||
### 描述可能的最优解决方案 Describe the optimal solution
|
|
||||||
|
|
||||||
<!--
|
|
||||||
请描述你能想到的最优解决方案。也有有些类似软件已经实现了该特性,请列出以供我们参考。
|
|
||||||
Please try to describe the best solution. There may be similar software that implements this feature. Please also list it for our reference.
|
|
||||||
-->
|
|
||||||
|
|
||||||
### 描述候选的解决方案 Describe the candidate solution
|
|
||||||
|
|
||||||
<!--
|
|
||||||
请描述你能想到的候选解决方案。
|
|
||||||
Please describe the candidate solutions you can accept as clearly and accurately as possible.
|
|
||||||
-->
|
|
||||||
|
|
||||||
### 其他信息 Other information
|
|
||||||
|
|
||||||
<!--
|
|
||||||
请提供任何附加信息,以帮助我们更好地理解该特性和解决方案。
|
|
||||||
Please provide any additional information about this feature suggestion.
|
|
||||||
-->
|
|
36
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
36
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
name: ✨ 特性提议 Request new features
|
||||||
|
description: 欢迎提出你所期待的新特性 Come up with the features you expected
|
||||||
|
title: "请输入特性提议标题 Please enter the title of the feature request"
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: 在什么情况下你需要该特性?In what scenarios do you need this feature?
|
||||||
|
description: |
|
||||||
|
请尽量清晰地描述该特性的应用场景。
|
||||||
|
Please describe the functions and application scenarios you expect as clearly and accurately as possible.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: 描述可能的最优解决方案 Describe the optimal solution
|
||||||
|
description: |
|
||||||
|
请描述你能想到的最优解决方案。也有有些类似软件已经实现了该特性,请列出以供我们参考。
|
||||||
|
Please try to describe the best solution. There may be similar software that implements this feature. Please also list it for our reference.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: 描述候选的解决方案 Describe the candidate solution
|
||||||
|
description: |
|
||||||
|
请描述你能想到的候选解决方案。
|
||||||
|
Please describe the candidate solutions you can accept as clearly and accurately as possible.
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: 其他信息 Other information
|
||||||
|
description: |
|
||||||
|
请提供任何附加信息,以帮助我们更好地理解该特性和解决方案。
|
||||||
|
Please provide any additional information about this feature suggestion.
|
||||||
|
validations:
|
||||||
|
required: false
|
Loading…
Reference in New Issue
Block a user