diff --git a/contributions/README.md b/contributions/README.md index 294cf89d..f878aec5 100644 --- a/contributions/README.md +++ b/contributions/README.md @@ -13,6 +13,7 @@ 'raisedBy': }], task: { + 'id' : , 'title': , 'purpose': , 'endsOn': , @@ -34,7 +35,8 @@ } ], 'featureUrl': , - 'isNoteworthy': true + 'isNoteworthy': true, + 'isOther' : false } } ``` diff --git a/tasks/README.md b/tasks/README.md index b0d3916f..f2887107 100644 --- a/tasks/README.md +++ b/tasks/README.md @@ -32,7 +32,8 @@ ], "completionAward": { dinero: 1500, neelam: 1 }, "lossRate": { dinero: 100 } // Loss per day of overshoot after deadline, - 'isNoteworthy': true + "isNoteworthy": true, + "isOther" : false } ```