Files
page-agent/.github/ISSUE_TEMPLATE/feature_request.yml
2026-04-08 18:49:16 +08:00

43 lines
1.4 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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