Files
Pearcleaner/.github/ISSUE_TEMPLATE/bug.md
T
2024-10-19 13:15:34 -06:00

918 B

name, about, title, labels, assignees
name about title labels assignees
Bug For submitting bugs related to the application functionality, not specific 3rd party app issues. Use APP bug report for that [BUG] ENTER ISSUE TITLE HERE

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"'
  1. Reproduce the issue to capture logs
  2. Copy the logs here