Signed-off-by: YAMAMOTO Takashi <[email protected]> --- SubmittingPatches.rst | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/SubmittingPatches.rst b/SubmittingPatches.rst index 7089c75..afaa3f3 100644 --- a/SubmittingPatches.rst +++ b/SubmittingPatches.rst @@ -65,6 +65,12 @@ Coding style guide * OpenStack Nova style guide https://github.com/openstack/nova/blob/master/HACKING.rst +* JSON files + Ryu source tree has JSON files under ryu/tests/unit/ofproto/json. + They are used by unit tests. To make patches easier to read, + they are normalized using tools/normalize_json.py. Please re-run + the script before committing changes to these JSON files. + Reference ========= * Python Essential Reference, 4th Edition [Amazon] -- 1.8.3.1 ------------------------------------------------------------------------------ Android is increasing in popularity, but the open development platform that developers love is also attractive to malware creators. Download this white paper to learn more about secure code signing practices that can help keep Android apps secure. http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
