CONTRIBUTING.md: Strengthen testing recommendataions.
[cascardo/ovs.git] / CONTRIBUTING.md
index 23c5410..d48924f 100644 (file)
@@ -27,7 +27,10 @@ In particular:
 
 Testing is also important:
 
-  - A patch that adds or deletes files should be tested with
+  - A patch that modifies existing code should be tested with
+    `make check` before submission.
+
+  - A patch that adds or deletes files should also be tested with
     `make distcheck` before submission.
 
   - A patch that modifies Linux kernel code should be at least