Skip to content

Instantly share code, notes, and snippets.

@jeffwilcox
Last active July 11, 2017 17:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeffwilcox/4d46718060583550da847e62f33246fa to your computer and use it in GitHub Desktop.
Save jeffwilcox/4d46718060583550da847e62f33246fa to your computer and use it in GitHub Desktop.
Sample digest data
[
{
"submitter": "jwilcox",
"reviewers": ["tim", "nikhil"],
"data": {
"componentName": "react",
"componentVersion": "15.6.1"
}
},
{
"submitter": "sarah",
"reviewers": ["jwilcox", "william", "shawn"],
"data": {
"componentName": "q",
"componentVersion": "1.5.0"
}
},
{
"submitter": "tim",
"reviewers": ["michael", "satya"],
"data": {
"componentName": "moment",
"componentVersion": "2.18.1"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment