Does the app crash or lose data?
âââ Yes â ðī Critical
âââ No â Is core functionality (login, payment, main flow) blocked?
âââ Yes â ð High
âââ No â Is the feature not working as intended?
âââ Yes â ðĄ Medium
âââ No â ðĒ Low(visual/surface-level issue)
## ImageAnalysisChecklist
### UIState-[]Is an error dialog displayed?-[]Is it an empty screen (EmptyState)?-[]Is the loading state stuck?-[]Is the layout broken?-[]Has an overflow occurred?
### TextExtraction-[]Error message text
-[]Screen title/header
-[]Button text
-[]Input field content
### ContextIdentification-[]What screen isthis?(list, detail, form, etc.)-[]What action preceded this?-[]What data is involved?
# Good example
Given the user is logged inAndon the home screen
When tapping the " Profile " tab
Then the app crashes
# Bad example
Crashwhen going to profile
## RequiredEnvironmentInformation|Item|Description|Example||------|-------------|---------||OS|Operating system version | iOS 17.2,Android14||Device|Device model | iPhone 15,GalaxyS24||AppVersion|App version |1.2.3(build 456)||Account|Test account (optional)| test@example.com ||Network|Network status (optional)|WiFi,LTE,Offline|
## StackTrace
\`\`\`dart
Exception:Network error
at ApiClient.fetch (api_client.dart:78)
at UserRepository.getUser (user_repository.dart:34)
at GetUserUseCase.call (get_user_usecase.dart:22)
\`\`\`