[CRIU] [PATCH 6/6] p.haul: add notice about coding style to readme
Nikita Spiridonov
nspiridonov at odin.com
Mon Nov 9 07:40:26 PST 2015
Signed-off-by: Nikita Spiridonov <nspiridonov at odin.com>
---
README.md | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
index 7807df1..45327ea 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,22 @@ Get p.haul ready
For more information read the P.Haul-related pages on the CRIU
wiki (http://criu.org/Category:P.Haul).
+How to contribute
+=======
+
+The p.haul patches should be sent to CRIU development mailing list which is
+located at https://openvz.org/mailman/listinfo/criu
+
+Before sending patches please make sure your code formatted according to
+project coding style (we use [PEP8](https://www.python.org/dev/peps/pep-0008/)
+with some exceptions) and your changes don't introduce linter warnings.
+
+How to run flake8 linter to verify p.haul:
+* $ yum install python-setuptools
+* $ easy_install pip
+* $ pip install flake8
+* $ make lint
+
BUGs
======
--
1.7.1
More information about the CRIU
mailing list