From 7853df0f250d5f09360d7b02e3ee8aac0ac38274 Mon Sep 17 00:00:00 2001 From: kyu08 <49891479+kyu08@users.noreply.github.com> Date: Sat, 16 Aug 2025 15:52:39 +0900 Subject: [PATCH] Enhance PR/Issue templates readability --- .github/ISSUE_TEMPLATE/bug_report.md | 20 +++++++++++--------- .github/ISSUE_TEMPLATE/discussion.md | 8 ++++---- .github/ISSUE_TEMPLATE/feature_request.md | 8 ++++---- .github/pull_request_template.md | 4 ++-- 4 files changed, 21 insertions(+), 19 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a7b624a29..caeb15ba2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -6,10 +6,10 @@ labels: bug assignees: '' --- -**Describe the bug** +### Describe the bug A clear and concise description of what the bug is. -**To Reproduce** +### To Reproduce Steps to reproduce the behavior: 1. Go to '...' @@ -17,20 +17,22 @@ Steps to reproduce the behavior: 3. Scroll down to '....' 4. See error -**Expected behavior** +### Expected behavior A clear and concise description of what you expected to happen. -**Screenshots** +### 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_ +### Version info: -**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. -**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.