mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-10-08 22:52:12 +02:00
40 lines
1004 B
Markdown
40 lines
1004 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: ''
|
|
labels: bug
|
|
assignees: ''
|
|
---
|
|
|
|
### Describe the bug
|
|
A clear and concise description of what the bug is.
|
|
|
|
### To Reproduce
|
|
Steps to reproduce the behavior:
|
|
|
|
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.
|
|
|
|
### Screenshots
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
### Version info:
|
|
|
|
* _Run `lazygit --version` and paste the result here_
|
|
* _Run `git --version` and paste the result here_
|
|
|
|
### Additional context
|
|
Add any other context about the problem here.
|
|
|
|
> [!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.
|
|
|
|
<!--
|
|
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.
|
|
-->
|