mirror of
https://github.com/pawelorzech/Swoosh.git
synced 2026-03-31 11:55:47 +00:00
Add professional open-source scaffolding: - README.md with badges, features, architecture, and setup guide - LICENSE (PolyForm Noncommercial 1.0.0) - CONTRIBUTING.md with guidelines - CHANGELOG.md for v1.0.0 - GitHub issue and PR templates - Updated .gitignore
29 lines
493 B
Markdown
29 lines
493 B
Markdown
---
|
|
name: Bug report
|
|
about: Report a bug to help improve Swoosh
|
|
title: ''
|
|
labels: bug
|
|
assignees: ''
|
|
---
|
|
|
|
**Describe the bug**
|
|
A clear description of what the bug is.
|
|
|
|
**Steps to reproduce**
|
|
1. Go to '...'
|
|
2. Tap on '...'
|
|
3. See error
|
|
|
|
**Expected behavior**
|
|
What you expected to happen.
|
|
|
|
**Screenshots**
|
|
If applicable, add screenshots.
|
|
|
|
**Device info**
|
|
- Device: [e.g. Pixel 7]
|
|
- Android version: [e.g. 14]
|
|
- App version: [e.g. 1.0]
|
|
|
|
**Additional context**
|
|
Any other context about the problem.
|