Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 763 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (15 loc) · 763 Bytes

Contribution guide line

Where should I ask question about Jedi.el?

Please ask question in StackOverflow with emacs-jedi tag.

However, you may find some old questions in GitHub issue tracker so it is worth searching in it.

Bug report / Question

Pull request

  • After you submit a pull request, check the tests on Travis CI. If you find an error you can fix, please do it.
  • Use PEP 8 style in Python file.
  • Make sure that Emacs Lisp file compiles without warning (at least make sure you don't increase the number of warnings).