1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-26 05:37:18 +02:00

38 lines
997 B
Markdown
Raw Normal View History

2018-08-12 23:46:38 +10:00
---
name: Bug report
about: Create a report to help us improve
2019-04-13 12:34:39 +10:00
title: ''
labels: bug
assignees: ''
2018-08-12 23:46:38 +10:00
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
2018-08-12 23:46:38 +10:00
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_
2022-08-08 18:53:22 +10:00
_Run `git --version` and paste the result here_
2018-08-12 23:46:38 +10:00
**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.
2022-08-08 18:53:22 +10:00
<!--
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.
-->