Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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 @@ -34,7 +34,9 @@
}
],
'featureUrl': <url of the feature task>,
'isNoteworthy': true
'isNoteworthy': true,
'isOther' : false,
'id' : <id of the task>
Copy link
Contributor

@shubham-y shubham-y Feb 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@priyanshk20 Can we add the task id at the start of the object?

}
}
```
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