Files
2024-10-19 13:15:34 -06:00

41 lines
918 B
Markdown

---
name: Bug
about: For submitting bugs related to the application functionality, not specific 3rd party app issues. Use APP bug report for that
title: "[BUG] ENTER ISSUE TITLE HERE"
labels: ''
assignees: ''
---
### Describe the bug:
A clear and concise description of what the bug is.
### Steps to reproduce:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
### Expected behavior:
A clear and concise description of what you expected to happen.
### Info:
- OS: [e.g. 13.0]
- Pearcleaner Version: [e.g. 3.x.x]
### Screenshots:
If applicable, add screenshots to help explain your problem.
### Console Logs (For app crashes or hard to reproduce issues):
1. Open the Terminal app and run the following command
```
log stream --level debug --style compact --predicate 'subsystem == "com.alienator88.Pearcleaner"'
```
2. Reproduce the issue to capture logs
3. Copy the logs here