README: Added Redfish Service Validator testing

In the Redfish.md, we state "The redfish implementation shall pass
the Redfish Service Validator with no warnings or errors".

Added testing the Redfish Service Validator as part of the
"Developing and Testing" in DEVELOPING.md.

Change-Id: I1688d6a33066d74ca9d6a79d6241e8cc9fe9deb8
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/DEVELOPING.md b/DEVELOPING.md
index c277666..3562d9c 100644
--- a/DEVELOPING.md
+++ b/DEVELOPING.md
@@ -197,6 +197,12 @@
   See the [REST](https://github.com/openbmc/docs/blob/master/REST-cheatsheet.md)
   and [Redfish](https://github.com/openbmc/docs/blob/master/REDFISH-cheatsheet.md) cheatsheets for valid commands.
 
+  Please test all Redfish changes with the
+  [Redfish Service Validator](https://github.com/DMTF/Redfish-Service-Validator).
+  Your change should not introduce any new validator errors. Please include
+  the Redfish Service Validator results as part of the commit message
+  ["Tested" field](https://github.com/openbmc/docs/blob/master/CONTRIBUTING.md#testing).
+
 ## clang-tidy
 
 clang-tidy is a tool that can be used to identify coding style violations, bad