aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/bug_report.md
blob: 41b00230ff424b666a09c17af65b265c9b0d00c0 (plain) (blame)
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
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: C-bug
assignees: ''

---

<!-- Your issue may already be reported!
Please search on the issue tracker before creating one. -->

### Reproduction steps

<!-- Ideally provide a key sequence and/or asciinema.org recording. --> 

### Environment

- Platform: <!--  macOS / Windows / Linux -->
- Terminal emulator: 
- Helix version: <!--  'hx -V' if using a release, 'git describe' if building from master -->

<details><summary>~/.cache/helix/helix.log</summary>

```
please provide a copy of `~/.cache/helix/helix.log` here if possible, you may need to redact some of the lines
```

</details>