Files
chatgpt-on-wechat/.github/ISSUE_TEMPLATE/2.feature.yml

34 lines
1.1 KiB
YAML

name: Feature request 🚀
description: Suggest a new idea or improvement.
title: "[Feature] "
labels: ['status: needs check']
body:
- type: markdown
attributes:
value: |
> 💡 English is recommended so global developers can help. 【中文用户】推荐使用英文提交,谢谢 ❤️
- type: checkboxes
attributes:
label: Self check
options:
- label: I searched [existing issues](https://github.com/zhayujie/CowAgent/issues) (incl. closed) — no duplicate.
required: true
- type: textarea
attributes:
label: What problem does this solve?
description: "The use case or pain point — what are you trying to do, and what gets in the way?"
validations:
required: true
- type: textarea
attributes:
label: Proposed solution
description: "What you'd like. Examples, sketches, or links welcome."
validations:
required: false
- type: checkboxes
attributes:
label: Contribution
options:
- label: I'd be interested in helping implement this.
required: false