Skip to content

Commit

Permalink
👷 chore: update github template
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Jan 8, 2024
1 parent 817336a commit b6c4821
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/2_feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
name: '🌠 功能需求 Feature Request'
description: '需求或建议 | Suggest an idea'
name: '🌠 Feature Request'
description: 'Suggest an idea'
title: '[Request] '
labels: ['Feature Request']
body:
- type: textarea
attributes:
label: '🥰 需求描述 | Feature Description'
label: '🥰 Feature Description'
description: Please add a clear and concise description of the problem you are seeking to solve with this feature request.
validations:
required: true
- type: textarea
attributes:
label: '🧐 解决方案 | Proposed Solution'
label: '🧐 Proposed Solution'
description: Describe the solution you'd like in a clear and concise manner.
validations:
required: true
- type: textarea
attributes:
label: '📝 补充信息 | Additional Information'
label: '📝 Additional Information'
description: Add any other context about the problem here.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/2_feature_request_cn.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: '🌠 功能需求'
description: '提出需求或建议'
title: '[Request] '
labels: ['Feature Request']
body:
- type: textarea
attributes:
label: '🥰 需求描述'
description: 请提供一个清晰且简洁的描述,说明您希望通过这个功能需求来解决的问题。
validations:
required: true
- type: textarea
attributes:
label: '🧐 解决方案'
description: 请以清晰且简洁的方式描述您希望的解决方案。
validations:
required: true
- type: textarea
attributes:
label: '📝 补充信息'
description: 在这里添加关于问题的任何其他上下文信息。

0 comments on commit b6c4821

Please sign in to comment.