diff options
-rw-r--r-- | SubmittingPatches.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/SubmittingPatches.rst b/SubmittingPatches.rst index 7089c755..afaa3f3b 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] |