Mandate pep8 coding style checker compliance of python contributions as basic QA.
Signed-off-by: Nicholas Mc Guire <[email protected]> --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 98c7527..17e9d56 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,6 +12,7 @@ Contribution Checklist - use git to manage your changes [*recomended*] - follow Documentation/coding-style.txt coding style [**required**] + - for python code run pep8 coding style checker [**required**] - add the required copyright header to each new file introduced, see [licensing information](LICENSING.md) [**required**] -- 1.7.10.4 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
