Files
issues/.gitea/ISSUE_TEMPLATE/bug_report.yaml

86 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 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