From 250e5a13f1920440134317f03f39f81145cdc11e Mon Sep 17 00:00:00 2001 From: amtoine Date: Sat, 1 Apr 2023 12:44:32 +0200 Subject: [PATCH 1/3] use real markdown headers for section titles --- .github/ISSUE_TEMPLATE/bug_report.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 6999d51e856..242ffce86a5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,18 +8,18 @@ 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. ... -**Desktop (please complete the following information):** +## Desktop (please complete the following information) - OS: - Terminal: -** Neovim Version ** +## Neovim Version - Output of running `:version` from inside of neovim: ``` From 42546f323391b113e3b3b267fb4ffde9ad4287f0 Mon Sep 17 00:00:00 2001 From: amtoine Date: Sat, 1 Apr 2023 12:44:59 +0200 Subject: [PATCH 2/3] add a newline after the initial comment for readability --- .github/ISSUE_TEMPLATE/bug_report.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 242ffce86a5..64fa922719e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,6 +8,7 @@ assignees: '' --- + ## Describe the bug A clear and concise description of what the bug is. From 71d973a802d8414cf2e7a135bd2232c924006cdc Mon Sep 17 00:00:00 2001 From: amtoine Date: Sat, 1 Apr 2023 12:46:52 +0200 Subject: [PATCH 3/3] make hint indications comments --- .github/ISSUE_TEMPLATE/bug_report.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 64fa922719e..2ad4d31ddb0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -10,18 +10,19 @@ assignees: '' ## Describe the bug -A clear and concise description of what the bug is. + ## To Reproduce -Steps to reproduce the behavior: + 1. ... -## Desktop (please complete the following information) +## Desktop + - OS: - Terminal: ## Neovim Version - - Output of running `:version` from inside of neovim: + ``` ```