1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-24 19:39:16 +02:00

Enhance PR/Issue templates readability

This commit is contained in:
kyu08
2025-08-16 15:52:39 +09:00
committed by Stefan Haller
parent 011ff853b8
commit 7853df0f25
4 changed files with 21 additions and 19 deletions

View File

@@ -6,10 +6,10 @@ labels: bug
assignees: '' assignees: ''
--- ---
**Describe the bug** ### Describe the bug
A clear and concise description of what the bug is. A clear and concise description of what the bug is.
**To Reproduce** ### To Reproduce
Steps to reproduce the behavior: Steps to reproduce the behavior:
1. Go to '...' 1. Go to '...'
@@ -17,20 +17,22 @@ Steps to reproduce the behavior:
3. Scroll down to '....' 3. Scroll down to '....'
4. See error 4. See error
**Expected behavior** ### Expected behavior
A clear and concise description of what you expected to happen. A clear and concise description of what you expected to happen.
**Screenshots** ### Screenshots
If applicable, add screenshots to help explain your problem. If applicable, add screenshots to help explain your problem.
**Version info:** ### Version info:
_Run `lazygit --version` and paste the result here_
_Run `git --version` and paste the result here_
**Additional context** * _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. 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. > [!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. 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.

View File

@@ -7,8 +7,8 @@ assignees: ''
--- ---
**Topic** ### Topic
A clear and concise description of what you want to discuss A clear and concise description of what you want to discuss.
**Your thoughts** ### Your thoughts
What you have to say about the topic What you have to say about the topic.

View File

@@ -6,16 +6,16 @@ labels: enhancement
assignees: '' assignees: ''
--- ---
**Is your feature request related to a problem? Please describe.** ### Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like** ### Describe the solution you'd like
A clear and concise description of what you want to happen. A clear and concise description of what you want to happen.
**Describe alternatives you've considered** ### Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered. A clear and concise description of any alternative solutions or features you've considered.
**Additional context** ### Additional context
Add any other context or screenshots about the feature request here. Add any other context or screenshots about the feature request here.
<!-- <!--

View File

@@ -1,6 +1,6 @@
- **PR Description** ### PR Description
- **Please check if the PR fulfills these requirements** ### Please check if the PR fulfills these requirements
* [ ] Cheatsheets are up-to-date (run `go generate ./...`) * [ ] Cheatsheets are up-to-date (run `go generate ./...`)
* [ ] Code has been formatted (see [here](https://github.com/jesseduffield/lazygit/blob/master/CONTRIBUTING.md#code-formatting)) * [ ] Code has been formatted (see [here](https://github.com/jesseduffield/lazygit/blob/master/CONTRIBUTING.md#code-formatting))