summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Peter <mail@david-peter.de>2021-02-28 23:35:13 +0100
committerDavid Peter <sharkdp@users.noreply.github.com>2021-03-01 08:27:07 +0100
commit2540311cdfe1e87e386825cbdb2805bb29402cce (patch)
treefa11a035884e2fb4bb1ee15561789d446ed3a9a0
parent38808882860e68f9f73359159ca71c7190cea3dc (diff)
Update bug report issue template (--diagnostic option)
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md26
1 files changed, 13 insertions, 13 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 246111e3..aedf6e9c 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -9,11 +9,6 @@ assignees: ''
<!-- Hey there, thank you for creating an issue! -->
-**What version of `bat` are you using?**
-
-<!-- Output of `bat --version` -->
-
-
**Describe the bug you encountered:**
...
@@ -29,19 +24,24 @@ assignees: ''
---
-**Environment**
+**bat version and environment**
<!--
In order to reproduce your issue, please add some information about the environment
-in which you're running bat.
+in which you're running bat. To do this, run the full `bat` command that demonstrates
+the bug, and attach the `--diagnostic` option:
-Linux and MacOS:
- Please run the script at
+ bat [other options and arguments…] --diagnostic
- https://github.com/sharkdp/bat/blob/master/diagnostics/info.sh
+Finally, paste the Markdown output here. Please make sure that it does not reveal any
+personal information.
- (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")
+If you are running bat 0.17.1 or older (where --diagnostic is not available), 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. If you
+are on Windows, please let us know your bat version and your Windows version.
-->