]> git.madduck.net Git - etc/vim.git/blob - .vim/bundle/ale/.github/ISSUE_TEMPLATE/report-a-bug.md

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Merge commit '76265755a1add77121c8f9dabb3e9bb70fe9a972' as '.vim/bundle/ale'
[etc/vim.git] / .vim / bundle / ale / .github / ISSUE_TEMPLATE / report-a-bug.md
1 ---
2 name: Report a bug
3 labels: bug
4 about: Report a bug with ALE.
5
6 ---
7
8 <!--
9   This is the template for reporting ALE bugs. Make sure you try updating ALE
10   to a more recent version before reporting a bug. Look through existing bug
11   reports for similar issues before reporting a new one. Don't leave comments
12   about new bugs in the comment section for old issues.
13
14   Make sure to try disabling other plugins and trying to repeat your bug before
15   reporting it in ALE. Some times problems can arise when two plugins are used
16   together, but often your issues might be problems with other plugins.
17 -->
18
19 ## Information
20
21 **VIM version**
22
23 <!-- Paste just the first two lines of :version here. -->
24
25 Operating System: <!-- Describe your operating system version. -->
26
27 ## What went wrong
28
29 <!-- Describe what went wrong here. Be specific. -->
30
31 Something went wrong in specifically this place, and I also searched through both open and closed issues for the same problem before reporting a bug here.
32
33 Are you having trouble configuring ALE? Try asking for help on [Stack Exchange](https://vi.stackexchange.com/) or perhaps on [Reddit](https://www.reddit.com/r/vim/) instead. The GitHub issue tracker should be used for reporting bugs or asking for new features.
34
35 ## Reproducing the bug
36
37 <!-- Write a list of steps below. -->
38
39 1. I did this.
40 2. Then this happened.
41
42 ### :ALEInfo
43 <details>
44   <summary>Expand</summary>
45   <!-- Paste the output of :ALEInfo here. Try :ALEInfo -clipboard -->
46   <!-- Make sure to run :ALEInfo from the buffer where the bug occurred. -->
47   <!-- Read the output. You might figure out what went wrong yourself. -->
48 </details>