You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,31 +6,33 @@ labels: bug
6
6
assignees: ''
7
7
---
8
8
9
-
**Describe the bug**
9
+
### Describe the bug
10
10
A clear and concise description of what the bug is.
11
11
12
-
**To Reproduce**
12
+
### To Reproduce
13
13
Steps to reproduce the behavior:
14
14
15
15
1. Go to '...'
16
16
2. Click on '....'
17
17
3. Scroll down to '....'
18
18
4. See error
19
19
20
-
**Expected behavior**
20
+
### Expected behavior
21
21
A clear and concise description of what you expected to happen.
22
22
23
-
**Screenshots**
23
+
### Screenshots
24
24
If applicable, add screenshots to help explain your problem.
25
25
26
-
**Version info:**
27
-
_Run `lazygit --version` and paste the result here_
28
-
_Run `git --version` and paste the result here_
26
+
### Version info:
29
27
30
-
**Additional context**
28
+
*_Run `lazygit --version` and paste the result here_
29
+
*_Run `git --version` and paste the result here_
30
+
31
+
### Additional context
31
32
Add any other context about the problem here.
32
33
33
-
**Note:** please try updating to the latest version or [manually building](https://github.com/jesseduffield/lazygit/#manual) the latest `master` to see if the issue still occurs.
34
+
> [!NOTE]
35
+
> Please try updating to the latest version or [manually building](https://github.com/jesseduffield/lazygit/#manual) the latest `master` to see if the issue still occurs.
34
36
35
37
<!--
36
38
If you want to try and debug this issue yourself, you can run `lazygit --debug` in one terminal panel and `lazygit --logs` in another to view the logs.
0 commit comments