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

60 lines
1.8 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: Bug Report
description: Report a bug
title: '[Bug] '
type: Bug
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: What happened? / 问题描述
description: Describe what you expected vs what actually happened.
placeholder: 'A clear description of the bug.'
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: How to reproduce / 如何复现
description: Provide steps, URL, config or code snippet to reproduce the bug.
placeholder: '1. Open URL: https://...'
validations:
required: true
- type: input
id: version
attributes:
label: Version
placeholder: '0.0.0'
- type: input
id: browser
attributes:
label: Browser
placeholder: 'e.g. Chrome 130'
- type: checkboxes
id: checklist
attributes:
label: Before submitting
options:
- label: I will be polite and respectful. / 我会保持礼貌与尊重。
required: true
- label: I have read the Code of Conduct. / 我已阅读行为准则。
required: true
- label: I have searched existing issues and this is not a duplicate.
required: true
validations:
required: true