From 253eb5102c3c1a5f926d000e13097698216db4ca Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Thu, 8 Oct 2015 17:28:39 +0200 Subject: [PATCH] CONTRIBUTING.md: request :version and :JediDebugInfo output Also add sections, and fix style instructions. [ci skip] --- CONTRIBUTING.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1b6ad57..285eb30 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,9 +1,12 @@ -We <3 pull requests! +# 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 stick try to style your -code similar to the jedi-vim code that's there. +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`.