forked from dense-analysis/ale
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split the issue template into multiple files
- Loading branch information
Showing
5 changed files
with
68 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
name: Report a bug | ||
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. --> | ||
|
||
### :ALEInfo | ||
|
||
<!-- Paste the output of :ALEInfo here. Try :ALEInfoToClipboard --> | ||
<!-- Make sure to run :ALEInfo from the buffer where the bug occurred. --> | ||
|
||
## What went wrong | ||
|
||
<!-- Describe what went wrong here. --> | ||
|
||
## Reproducing the bug | ||
|
||
<!-- Write a list of steps below. --> | ||
|
||
1. I did this. | ||
2. Then this happened. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
name: Suggest an improvement | ||
about: Suggest some way to improve ALE, or add a new feature. | ||
|
||
--- | ||
|
||
<!-- There's no fixed format for feature requests. Just add your thoughts. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: Suggest a new linter or fixer | ||
about: Suggest a new tool ALE can officially integrate with | ||
|
||
--- | ||
|
||
<!-- | ||
Write "Add support for foobar" as the issue title, or similar. | ||
Fill out the details below. | ||
--> | ||
|
||
**Name:** foobar | ||
**URL:** https://foo.bar.com | ||
|
||
<!-- | ||
Write a description of the tool, and add any other information you think might | ||
be helpful. Consider creating a pull request to add support for the tool | ||
yourself. | ||
--> |