Skip to content

Commit 69ba42a

Browse files
authored
Update bug.md
1 parent fc20ee8 commit 69ba42a

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/ISSUE_TEMPLATE/bug.md

+15-15
Original file line numberDiff line numberDiff line change
@@ -7,34 +7,34 @@ assignees: ''
77

88
---
99

10-
**Describe the bug:** <br>
10+
### Describe the bug:
1111
A clear and concise description of what the bug is.
1212

13-
**Steps to reproduce:**
13+
14+
### Steps to reproduce:
1415
1. Go to '...'
1516
2. Click on '....'
1617
3. Scroll down to '....'
1718
4. See error
19+
1820

19-
**Expected behavior** <br>
21+
### Expected behavior:
2022
A clear and concise description of what you expected to happen.
2123

22-
**Info:**
24+
25+
### Info:
2326
- OS: [e.g. 13.0]
2427
- Pearcleaner Version: [e.g. 3.x.x]
2528

26-
**Console Logs (For app crashes):**
27-
- Open the Console.app on your mac
28-
- Enter `Pearcleaner` in the search box and hit Enter
29-
- Click Start to record logs ![image](https://github.com/alienator88/Pearcleaner/assets/6263626/dc706fa1-0800-4eaf-aee6-8516da83fcff)
30-
- Reproduce the issue you're experiencing in Pearcleaner
31-
- Click Pause <br> ![image](https://github.com/alienator88/Pearcleaner/assets/6263626/826962a1-4212-4b64-a24a-ea6663defb46)
32-
- Export the captured logs using the Share button
33-
34-
**Screenshots**
3529

30+
### Screenshots:
3631
If applicable, add screenshots to help explain your problem.
3732

38-
**Additional context**
3933

40-
Add any other context about the problem here.
34+
### Console Logs (For app crashes or hard to reproduce issues):
35+
1. Open the Terminal app and run the following command
36+
```
37+
log stream --level debug --style compact --predicate 'subsystem == "com.alienator88.Pearcleaner"'
38+
```
39+
2. Reproduce the issue to capture logs
40+
3. Copy the logs here

0 commit comments

Comments
 (0)