Introduces GitHub issue and PR templates, contributing and security documentation. Adds Android 12+ splash screen support, updates theming and status color handling, and improves MaskedEmail card/detail UI with shared transitions and accessibility. Updates dependencies for Compose and Material3, and enhances README with detailed setup and contribution instructions.
33 lines
656 B
Markdown
33 lines
656 B
Markdown
---
|
|
name: Bug Report
|
|
about: Report a bug to help us improve FastMask
|
|
title: '[Bug] '
|
|
labels: bug
|
|
assignees: ''
|
|
---
|
|
|
|
## Describe the Bug
|
|
A clear and concise description of what the bug is.
|
|
|
|
## Steps to Reproduce
|
|
1. Go to '...'
|
|
2. Tap on '...'
|
|
3. Scroll to '...'
|
|
4. See error
|
|
|
|
## Expected Behavior
|
|
What you expected to happen.
|
|
|
|
## Actual Behavior
|
|
What actually happened.
|
|
|
|
## Screenshots
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
## Environment
|
|
- **Device**: [e.g., Pixel 7, Samsung Galaxy S23]
|
|
- **Android Version**: [e.g., Android 14]
|
|
- **App Version**: [e.g., 1.0.0]
|
|
|
|
## Additional Context
|
|
Add any other context about the problem here.
|