]> git.madduck.net Git - etc/vim.git/blob - .vim/bundle/ale/.github/CONTRIBUTING.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:

Do not set EDITOR/VISUAL for shell
[etc/vim.git] / .vim / bundle / ale / .github / 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.