84 lines
1.9 KiB
YAML
84 lines
1.9 KiB
YAML
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: |
|
|
Give step by step details on how you reproduced this issue
|
|
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
|