ale/.github/ISSUE_TEMPLATE/report-a-bug.md

49 lines
1.6 KiB
Markdown
Raw Normal View History

2018-07-01 19:50:29 +00:00
---
name: Report a bug
2020-02-22 10:26:03 +00:00
labels: bug
2018-07-01 19:50:29 +00:00
about: Report a bug with ALE.
---
<!--
This is the template for reporting ALE bugs. Make sure you try updating ALE
to a more recent version before reporting a bug. Look through existing bug
reports for similar issues before reporting a new one. Don't leave comments
about new bugs in the comment section for old issues.
Make sure to try disabling other plugins and trying to repeat your bug before
reporting it in ALE. Some times problems can arise when two plugins are used
together, but often your issues might be problems with other plugins.
-->
## Information
**VIM version**
<!-- Paste just the first two lines of :version here. -->
Operating System: <!-- Describe your operating system version. -->
## What went wrong
2018-10-02 10:28:13 +00:00
<!-- Describe what went wrong here. Be specific. -->
2018-12-04 09:42:37 +00:00
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.
2018-07-01 19:50:29 +00:00
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.
2018-07-01 19:50:29 +00:00
## Reproducing the bug
<!-- Write a list of steps below. -->
1. I did this.
2. Then this happened.
2018-10-02 10:28:13 +00:00
### :ALEInfo
<details>
<summary>Expand</summary>
<!-- Paste the output of :ALEInfo here. Try :ALEInfoToClipboard -->
<!-- Make sure to run :ALEInfo from the buffer where the bug occurred. -->
<!-- Read the output. You might figure out what went wrong yourself. -->
</details>