diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ca08b3e5e0..8203f4f848 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -249,7 +249,13 @@ Lists of objects: Mappings/dicts: -`s_to_s`, e.g. `tokenaddresses_to_taskmanagers` +If it is a simple one to one mapping + +`_to_`, e.g. `tokenaddress_to_taskmanager` + +If the mapped to object is a list then add an `s` + +`_to_s`, e.g. `tokenaddress_to_taskmanagers = defaultdict(list())` #### Solidity