From 69ba42afce3ab11c6de5bd8333badafb3413a261 Mon Sep 17 00:00:00 2001 From: Alin Lupascu Date: Sat, 19 Oct 2024 13:15:34 -0600 Subject: [PATCH] Update bug.md --- .github/ISSUE_TEMPLATE/bug.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index f59c01f..a61f55d 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -7,34 +7,34 @@ assignees: '' --- -**Describe the bug:**
+### Describe the bug: A clear and concise description of what the bug is. -**Steps to reproduce:** + +### Steps to reproduce: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error + -**Expected behavior**
+### Expected behavior: A clear and concise description of what you expected to happen. -**Info:** + +### Info: - OS: [e.g. 13.0] - Pearcleaner Version: [e.g. 3.x.x] -**Console Logs (For app crashes):** - - Open the Console.app on your mac - - Enter `Pearcleaner` in the search box and hit Enter - - Click Start to record logs ![image](https://github.com/alienator88/Pearcleaner/assets/6263626/dc706fa1-0800-4eaf-aee6-8516da83fcff) - - Reproduce the issue you're experiencing in Pearcleaner - - Click Pause
![image](https://github.com/alienator88/Pearcleaner/assets/6263626/826962a1-4212-4b64-a24a-ea6663defb46) - - Export the captured logs using the Share button - -**Screenshots** +### Screenshots: If applicable, add screenshots to help explain your problem. -**Additional context** -Add any other context about the problem here. +### 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