summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/bug_report.md
blob: 246111e308fdb923e3aa87df12a59d41a3ee6f63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
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. -->

---

**Environment**

<!--
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")
-->