Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion contributions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
'raisedBy': <username of the assignee>
}],
task: {
'id' : <id of the task>,
'title': <task tile>,
'purpose': <why this task is needed>,
'endsOn': <unix_timestamp>,
Expand All @@ -34,7 +35,8 @@
}
],
'featureUrl': <url of the feature task>,
'isNoteworthy': true
'isNoteworthy': true,
'isOther' : false
}
}
```
Expand Down
3 changes: 2 additions & 1 deletion tasks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
```

Expand Down