Skip to content

Commit cf6b10a

Browse files
committed
add verification notebook
1 parent 8053b22 commit cf6b10a

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
[
2+
{
3+
"kind": 1,
4+
"language": "markdown",
5+
"value": "### Bug Verification Queries\n\nBefore shipping we want to verify _all_ bugs. That means when a bug is fixed we check that the fix actually works. It's always best to start with bugs that you have filed and the proceed with bugs that have been filed from users outside the development team. ",
6+
"editable": true
7+
},
8+
{
9+
"kind": 1,
10+
"language": "markdown",
11+
"value": "**Config**: update list of `repos` and the `milestone`",
12+
"editable": true
13+
},
14+
{
15+
"kind": 2,
16+
"language": "github-issues",
17+
"value": "$repos=repo:microsoft/vscode repo:microsoft/vscode-internalbacklog repo:microsoft/vscode-remote-release repo:microsoft/vscode-js-debug repo:microsoft/vscode-pull-request-github repo:microsoft/vscode-github-issue-notebooks \n$milestone=milestone:\"June 2020\"",
18+
"editable": true
19+
},
20+
{
21+
"kind": 1,
22+
"language": "markdown",
23+
"value": "### Bugs You Filed",
24+
"editable": true
25+
},
26+
{
27+
"kind": 2,
28+
"language": "github-issues",
29+
"value": "$repos $milestone is:closed -assignee:@me label:bug -label:verified author:@me",
30+
"editable": false
31+
},
32+
{
33+
"kind": 1,
34+
"language": "markdown",
35+
"value": "### Bugs From Outside",
36+
"editable": true
37+
},
38+
{
39+
"kind": 2,
40+
"language": "github-issues",
41+
"value": "$repos $milestone is:closed -assignee:@me label:bug -label:verified -author:@me -assignee:@me label:bug -label:verified -author:@me -author:aeschli -author:alexdima -author:alexr00 -author:bpasero -author:chrisdias -author:chrmarti -author:connor4312 -author:dbaeumer -author:deepak1556 -author:eamodio -author:egamma -author:gregvanl -author:isidorn -author:JacksonKearl -author:joaomoreno -author:jrieken -author:lramos15 -author:lszomoru -author:misolori -author:mjbvz -author:rebornix -author:RMacfarlane -author:roblourens -author:sana-ajani -author:sandy081 -author:sbatten -author:Tyriar -author:weinand",
42+
"editable": false
43+
}
44+
]

0 commit comments

Comments
 (0)