43 lines
1.4 KiB
YAML
43 lines
1.4 KiB
YAML
name: Feature Request
|
||
description: Suggest a feature
|
||
title: '[Feature] '
|
||
type: Feature
|
||
body:
|
||
- type: markdown
|
||
attributes:
|
||
value: |
|
||
Thanks for your interest in improving the project! Before submitting, please search for existing issues.
|
||
感谢参与我们的社区!请先搜索现有 Issue,避免重复提交。
|
||
|
||
- [Code of Conduct](https://github.com/alibaba/page-agent/blob/main/docs/CODE_OF_CONDUCT.md)
|
||
- [Contributing Guide](https://github.com/alibaba/page-agent/blob/main/CONTRIBUTING.md)
|
||
|
||
> 为了让更多人参与讨论,请尽量使用英文提交 Issue,感谢理解 🙏
|
||
|
||
- type: textarea
|
||
id: description
|
||
attributes:
|
||
label: Feature Description / 功能描述
|
||
description: Describe the problem, solution, and any API changes.
|
||
placeholder: |
|
||
**Problem**:
|
||
**Solution**:
|
||
**Proposed API**:
|
||
```
|
||
validations:
|
||
required: true
|
||
|
||
- type: checkboxes
|
||
id: community
|
||
attributes:
|
||
label: Before submitting
|
||
options:
|
||
- label: I will be polite and respectful. / 我会保持礼貌与尊重。
|
||
required: true
|
||
- label: I have read the CODE_OF_CONDUCT.md and CONTRIBUTING.md. / 我已阅读行为准则。
|
||
required: true
|
||
- label: I have searched existing issues and this is not a duplicate.
|
||
required: true
|
||
validations:
|
||
required: true
|