File: CONTRIBUTING.md

package info (click to toggle)
python-jedi 0.10.0~git1%2Bf05c071-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,064 kB
  • ctags: 3,014
  • sloc: python: 16,997; makefile: 149; ansic: 13
file content (12 lines) | stat: -rw-r--r-- 369 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
# We <3 pull requests!

 1. Fork the Repo on github.
 2. Add yourself to AUTHORS.txt
 3. Add a test if possible.
 4. Push to your fork and submit a pull request.

Please use PEP8 as a Python code style. For VIM, just try to style your
code similar to the jedi-vim code that is already there.

# Bug reports
Please include the output of `:version` and `:JediDebugInfo`.