MoneyPrinterTurbo/.github/ISSUE_TEMPLATE/feature_request.yml

29 lines
957 B
YAML

name: ✨ 增加功能 | Feature Request
description: 为此项目提出一个新想法或建议 | Suggest a new idea for this project
title: "[Feature]: "
labels:
- enhancement
body:
- type: textarea
attributes:
label: 需求描述 | Problem Statement
description: |
请描述您希望解决的问题或需求
Please describe the problem you want to solve
placeholder: |
我在使用过程中遇到了...
I encountered... when using this project
validations:
required: true
- type: textarea
attributes:
label: 建议的解决方案 | Proposed Solution
description: |
请描述您认为可行的解决方案或实现方式
Please describe your suggested solution or implementation
placeholder: |
可以考虑添加...功能来解决这个问题
Consider adding... feature to address this issue
validations:
required: true