项目文件夹

文件
2026-07-13 13:20:22 +08:00

73 行
1.7 KiB
YAML

name: 🐛 Bug Report
description: Report a bug or unexpected behavior in AionUi
title: '[Bug]: '
labels: ['bug']
body:
- type: dropdown
id: platform
attributes:
label: Platform
description: Which platform are you using?
options:
- macOS (Apple Silicon)
- macOS (Intel)
- Windows
- Linux
validations:
required: true
- type: input
id: version
attributes:
label: AionUi Version
description: What version of AionUi are you using?
placeholder: e.g., 1.2.2
validations:
required: true
- type: textarea
id: bug_description
attributes:
label: Bug Description
description: A clear and concise description of what the bug is.
placeholder: Describe what happened...
validations:
required: true
- type: textarea
id: steps_to_reproduce
attributes:
label: Steps to Reproduce
description: Steps to reproduce the behavior
placeholder: |
1. Go to '...'
2. Click on '...'
3. See error
validations:
required: true
- type: textarea
id: expected_behavior
attributes:
label: Expected Behavior
description: What should have happened?
placeholder: What should have happened?
validations:
required: true
- type: textarea
id: actual_behavior
attributes:
label: Actual Behavior
description: What actually happened?
placeholder: What actually happened?
validations:
required: true
- type: textarea
id: additional_context
attributes:
label: Additional Context
description: Add any other context about the problem here.
placeholder: Screenshots, error logs, etc.