summaryrefslogtreecommitdiffstats
path: root/nvim/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorAntoine Stevan <44101798+amtoine@users.noreply.github.com>2023-04-13 15:22:59 +0200
committerGitHub <noreply@github.com>2023-04-13 09:22:59 -0400
commitd63342cf5fd34fa993e53b27c1f380c598621a80 (patch)
treed0c82ac5bc7528ce4fa3b1aab4ca56ab73942a70 /nvim/.github/ISSUE_TEMPLATE
parent25dbe721f39f89b7999ed8d9651240900870a776 (diff)
downloaddots-d63342cf5fd34fa993e53b27c1f380c598621a80.tar.gz
minor modifications on the issue template (#244)
* use real markdown headers for section titles * add a newline after the initial comment for readability * make hint indications comments
Diffstat (limited to 'nvim/.github/ISSUE_TEMPLATE')
-rw-r--r--nvim/.github/ISSUE_TEMPLATE/bug_report.md16
1 files changed, 9 insertions, 7 deletions
diff --git a/nvim/.github/ISSUE_TEMPLATE/bug_report.md b/nvim/.github/ISSUE_TEMPLATE/bug_report.md
index 6999d51..2ad4d31 100644
--- a/nvim/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/nvim/.github/ISSUE_TEMPLATE/bug_report.md
@@ -8,19 +8,21 @@ assignees: ''
---
<!-- Any bug report not following this template will be immediately closed. Thanks -->
-**Describe the bug**
-A clear and concise description of what the bug is.
-**To Reproduce**
-Steps to reproduce the behavior:
+## 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
+<!-- please complete the following information. -->
- OS:
- Terminal:
-** Neovim Version **
- - Output of running `:version` from inside of neovim:
+## Neovim Version
+<!-- Output of running `:version` from inside of neovim. -->
```
```