mirror of
https://github.com/sharkdp/bat.git
synced 2024-10-31 20:11:01 +01:00
Move "diagnostics" part to the bottom of the bug report template
This commit is contained in:
parent
0c302f088a
commit
2046b47739
32
.github/ISSUE_TEMPLATE/bug_report.md
vendored
32
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -7,32 +7,38 @@ assignees: ''
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--
|
<!-- Hey there, thank you for creating an issue! -->
|
||||||
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")
|
|
||||||
-->
|
|
||||||
|
|
||||||
**What version of `bat` are you using?**
|
**What version of `bat` are you using?**
|
||||||
|
|
||||||
<!-- Output of `bat --version` -->
|
<!-- Output of `bat --version` -->
|
||||||
|
|
||||||
|
|
||||||
**Describe the bug you encountered:**
|
**Describe the bug you encountered:**
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
||||||
**What did you expect to happen instead?**
|
**What did you expect to happen instead?**
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
||||||
|
|
||||||
**How did you install `bat`?**
|
**How did you install `bat`?**
|
||||||
|
|
||||||
<!-- apt-get, homebrew, GitHub release, etc. -->
|
<!-- apt-get, homebrew, GitHub release, etc. -->
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Evironment**
|
**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")
|
||||||
|
-->
|
||||||
|
Loading…
Reference in New Issue
Block a user