summaryrefslogtreecommitdiff
path: root/ISSUE_TEMPLATE.md
blob: 613fcfbefae7a88bbc0de62db5697205202f34fb (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
<!--
    This is a template for bug reports. If you want to request a new feature,
    you can clear this entire form field and write a short description of what
    you want.
-->

## Information

VIM version: PASTE JUST THE FIRST LINE OF `:version` HERE.
Operating System: WHAT OS WERE YOU USING?

### :ALEInfo

PASTE OUTPUT OF `:ALEInfo` HERE. YOU CAN TRY `:ALEInfoToClipboard`.

## What went wrong

WRITE WHAT WENT WRONG HERE.

## Reproducing the bug

Steps for repeating the bug:

1. Write a list of steps.
2. Otherwise nobody will fix the bug.