Add ISSUE_TEMPLATE/feedback.yaml

This commit is contained in:
2025-08-27 23:03:51 +00:00
parent 24b58daed5
commit 619521a233

View File

@ -0,0 +1,51 @@
name: Feedback - Last Bar Mobile
about: Share your thoughts, ideas, or suggestions for the Last Bar mobile app
title: "[Feedback] "
labels:
- feedback
body:
- type: markdown
attributes:
value: |
Thank you for taking the time to share feedback! Please fill out the details below.
- type: textarea
id: summary
attributes:
label: Feedback Summary
description: Briefly describe your feedback or idea
placeholder: e.g., I think the battery warning screen could use animations
validations:
required: true
- type: textarea
id: problem
attributes:
label: What Problem Does This Address?
description: What frustration, issue, or opportunity does this feedback relate to?
placeholder: e.g., Right now the screen feels static and less engaging
validations:
required: false
- type: textarea
id: improvements
attributes:
label: Suggested Improvements
description: What changes or improvements would you like to see?
placeholder: e.g., Add a pulsing battery icon animation
validations:
required: true
- type: dropdown
id: impact
attributes:
label: Potential Impact
options:
- Small quality-of-life improvement
- Moderate improvement to usability
- Major improvement to user experience
validations:
required: false
- type: textarea
id: notes
attributes:
label: Additional Notes
description: Extra context, comparisons, or examples
validations:
required: false