Skip to content

Commit

Permalink
Add more info the contributing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
LefterisJP committed Jul 20, 2017
1 parent cb80ed9 commit 7bc5b5e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CONTRIBUTING.md
Expand Up @@ -249,7 +249,13 @@ Lists of objects:

Mappings/dicts:

`<name>s_to_<name>s`, e.g. `tokenaddresses_to_taskmanagers`
If it is a simple one to one mapping

`<name>_to_<name>`, e.g. `tokenaddress_to_taskmanager`

If the mapped to object is a list then add an `s`

`<name>_to_<name>s`, e.g. `tokenaddress_to_taskmanagers = defaultdict(list())`

#### Solidity

Expand Down

0 comments on commit 7bc5b5e

Please sign in to comment.