Add .gitea/ISSUE_TEMPLATE/bug_report.yaml

This commit is contained in:
2025-08-27 23:00:22 +00:00
parent ffd7c05f31
commit b46406d511

View File

@ -0,0 +1,85 @@
name: Bug Report Last Bar Mobile
about: Report a bug in the Last Bar mobile app
title: "[Bug] "
labels:
- bug
body:
- type: markdown
attributes:
value: |
**Summary:**
Briefly describe the issue.
- type: textarea
id: steps
attributes:
label: Steps to Reproduce
description: |
1.
2.
3.
placeholder: List clear steps to reproduce the issue
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behavior
placeholder: What did you expect to happen?
validations:
required: true
- type: textarea
id: actual
attributes:
label: Actual Behavior
placeholder: What actually happened?
validations:
required: true
- type: input
id: app_version
attributes:
label: App Version
placeholder: e.g., 1.2.3
validations:
required: true
- type: input
id: device
attributes:
label: Device Model & OS
placeholder: e.g., iPhone 13 Pro, iOS 17.0
validations:
required: true
- type: dropdown
id: network
attributes:
label: Network Type
options:
- Wi-Fi
- Cellular
- Other
validations:
required: true
- type: textarea
id: logs
attributes:
label: Logs / Screenshots
description: Optional — attach relevant logs or links to screenshots
validations:
required: false
- type: dropdown
id: severity
attributes:
label: Severity / Impact
options:
- Low
- Medium
- High
- Critical
validations:
required: true
- type: textarea
id: additional
attributes:
label: Additional Details
description: Any extra context or relevant information
validations:
required: false