mirror of
https://github.com/sharkdp/bat
synced 2024-11-24 04:43:07 +00:00
47 lines
801 B
Markdown
47 lines
801 B
Markdown
---
|
|
name: Bug Report
|
|
about: Report a bug.
|
|
title: ""
|
|
labels: bug
|
|
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:**
|
|
|
|
...
|
|
|
|
**What did you expect to happen instead?**
|
|
|
|
...
|
|
|
|
|
|
**How did you install `bat`?**
|
|
|
|
<!-- apt-get, homebrew, GitHub release, etc. -->
|
|
|
|
---
|
|
|
|
**Evironment**
|
|
|
|
<!--
|
|
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")
|
|
-->
|