summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDavid Peter <sharkdp@users.noreply.github.com>2021-01-03 21:15:50 +0100
committerDavid Peter <sharkdp@users.noreply.github.com>2021-01-03 21:16:56 +0100
commit2046b47739b661efaa10f1a7a2c674990fb3bb55 (patch)
tree00e202bb5ad05ecd8738e89fdd06d1e331607bd1 /.github
parent0c302f088a35179dd488fc39e28e23f49aa01051 (diff)
Move "diagnostics" part to the bottom of the bug report template
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md32
1 files changed, 19 insertions, 13 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 98f22bbc..f88c9071 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -7,32 +7,38 @@ assignees: ''
---
-<!--
-Hey there, thanks for creating an issue!
-
-In order to reproduce your issue, please add some information about the environment
-in which you're running bat at the bottom of the report.
-
-Linux and MacOS:
- Paste the output of https://github.com/sharkdp/bat/blob/master/diagnostics/info.sh
-
-Windows:
- Add your Windows Version (e.g. "Windows 10 1908")
--->
+<!-- Hey there, thank you for creating an issue! -->
**What version of `bat` are you using?**
+
<!-- Output of `bat --version` -->
+
**Describe the bug you encountered:**
+
...
**What did you expect to happen instead?**
+
...
+
**How did you install `bat`?**
+
<!-- apt-get, homebrew, GitHub release, etc. -->
---
**Evironment**
-<!-- Diagnostic information -->
+
+<!--
+In order to reproduce your issue, please add some information about the environment
+in which you're running bat.
+
+Linux and MacOS:
+ Please run the script at https://github.com/sharkdp/bat/blob/master/diagnostics/info.sh (Click "Raw" to
+ get the actual source code) and paste the Markdown output here.
+
+Windows:
+ Please add your Windows Version (e.g. "Windows 10 1908")
+-->