/ .github / CONTRIBUTING.md
CONTRIBUTING.md
 1  ## Guidelines
 2  
 3  Have fun, and work on whatever floats your boat. Take It Easy :tm:.
 4  
 5  For help with contributing to ALE, see `:help ale-development` in Vim, or view
 6  the help file online [here](/doc/ale-development.txt).
 7  
 8  ## Creating Issues
 9  
10  Before creating any issues, please look through the current list of issues and
11  pull requests, and ensure that the issue hasn't already been reported. If an
12  issue has already been reported, but you have some new insight, please add
13  a comment to the existing issue.
14  
15  Please read the FAQ in the README before creating any issues. A feature
16  you desire may already exist and be documented, or the FAQ might explain
17  how to solve a problem you have already.
18  
19  Please try and describe any issues reported with as much detail as you can
20  provide about your Vim version, the linter you were trying to run, your
21  operating system, or any other information you think might be helpful.
22  
23  Please describe your issue in clear, grammatically correct, and easy to
24  understand English. You are more likely to see an issue resolved if others
25  can understand you.