my-endgame.github-issues 7.1 KB
Newer Older
1 2 3 4 5
[
  {
    "kind": 1,
    "language": "markdown",
    "value": "#### Macros",
L
Ladislau Szomoru 已提交
6 7
    "editable": true,
    "outputs": []
8 9 10 11
  },
  {
    "kind": 2,
    "language": "github-issues",
L
Ladislau Szomoru 已提交
12 13 14
    "value": "$REPOS=repo:microsoft/vscode repo:microsoft/vscode-internalbacklog repo:microsoft/vscode-js-debug repo:microsoft/vscode-remote-release repo:microsoft/vscode-pull-request-github repo:microsoft/vscode-settings-sync-server\n\n$MILESTONE=milestone:\"February 2021\"\n\n$MINE=assignee:@me",
    "editable": true,
    "outputs": []
15 16 17 18 19
  },
  {
    "kind": 1,
    "language": "markdown",
    "value": "# Preparation",
L
Ladislau Szomoru 已提交
20 21
    "editable": true,
    "outputs": []
22
  },
L
Ladislau Szomoru 已提交
23 24 25
  {
    "kind": 1,
    "language": "markdown",
L
Ladislau Szomoru 已提交
26
    "value": "## Open Pull Requests on the Milestone",
L
Ladislau Szomoru 已提交
27 28
    "editable": true,
    "outputs": []
L
Ladislau Szomoru 已提交
29 30 31 32
  },
  {
    "kind": 2,
    "language": "github-issues",
L
Ladislau Szomoru 已提交
33
    "value": "$REPOS $MILESTONE $MINE is:pr is:open",
L
Ladislau Szomoru 已提交
34 35
    "editable": true,
    "outputs": []
L
Ladislau Szomoru 已提交
36
  },
37 38 39 40
  {
    "kind": 1,
    "language": "markdown",
    "value": "## Open Issues on the Milestone",
L
Ladislau Szomoru 已提交
41 42
    "editable": true,
    "outputs": []
43 44 45 46
  },
  {
    "kind": 2,
    "language": "github-issues",
L
Ladislau Szomoru 已提交
47
    "value": "$REPOS $MILESTONE $MINE is:issue is:open -label:iteration-plan -label:endgame-plan -label:testplan-item",
L
Ladislau Szomoru 已提交
48 49
    "editable": true,
    "outputs": []
50 51 52 53 54
  },
  {
    "kind": 1,
    "language": "markdown",
    "value": "## Feature Requests Missing Labels",
L
Ladislau Szomoru 已提交
55 56
    "editable": true,
    "outputs": []
57 58 59 60 61
  },
  {
    "kind": 2,
    "language": "github-issues",
    "value": "$REPOS $MILESTONE $MINE is:issue is:closed label:feature-request -label:verification-needed -label:on-testplan -label:verified -label:*duplicate",
L
Ladislau Szomoru 已提交
62 63
    "editable": true,
    "outputs": []
64 65 66 67 68
  },
  {
    "kind": 1,
    "language": "markdown",
    "value": "## Test Plan Items",
L
Ladislau Szomoru 已提交
69 70
    "editable": true,
    "outputs": []
71 72 73 74 75
  },
  {
    "kind": 2,
    "language": "github-issues",
    "value": "$REPOS $MILESTONE is:issue is:open author:@me label:testplan-item",
L
Ladislau Szomoru 已提交
76 77
    "editable": true,
    "outputs": []
78 79 80 81 82
  },
  {
    "kind": 1,
    "language": "markdown",
    "value": "## Verification Needed",
L
Ladislau Szomoru 已提交
83 84
    "editable": true,
    "outputs": []
85 86 87 88 89
  },
  {
    "kind": 2,
    "language": "github-issues",
    "value": "$REPOS $MILESTONE $MINE is:issue is:closed label:feature-request label:verification-needed",
L
Ladislau Szomoru 已提交
90 91
    "editable": true,
    "outputs": []
92 93 94 95 96
  },
  {
    "kind": 1,
    "language": "markdown",
    "value": "# Testing",
L
Ladislau Szomoru 已提交
97 98
    "editable": true,
    "outputs": []
99 100 101 102 103
  },
  {
    "kind": 1,
    "language": "markdown",
    "value": "## Test Plan Items",
L
Ladislau Szomoru 已提交
104 105
    "editable": true,
    "outputs": []
106 107 108 109 110
  },
  {
    "kind": 2,
    "language": "github-issues",
    "value": "$REPOS $MILESTONE $MINE is:issue is:open label:testplan-item",
L
Ladislau Szomoru 已提交
111
    "editable": true,
J
Johannes Rieken 已提交
112
    "outputs": []
113 114 115 116 117
  },
  {
    "kind": 1,
    "language": "markdown",
    "value": "## Verification Needed",
L
Ladislau Szomoru 已提交
118 119
    "editable": true,
    "outputs": []
120 121 122 123
  },
  {
    "kind": 2,
    "language": "github-issues",
J
Johannes Rieken 已提交
124
    "value": "$REPOS $MILESTONE -$MINE is:issue is:closed -assignee:@me -label:verified label:feature-request label:verification-needed",
L
Ladislau Szomoru 已提交
125 126
    "editable": true,
    "outputs": []
127 128 129 130 131
  },
  {
    "kind": 1,
    "language": "markdown",
    "value": "# Fixing",
L
Ladislau Szomoru 已提交
132 133
    "editable": true,
    "outputs": []
134 135 136 137 138
  },
  {
    "kind": 1,
    "language": "markdown",
    "value": "## Open Issues",
L
Ladislau Szomoru 已提交
139 140
    "editable": true,
    "outputs": []
141 142 143 144
  },
  {
    "kind": 2,
    "language": "github-issues",
L
Ladislau Szomoru 已提交
145
    "value": "$REPOS $MILESTONE $MINE is:issue is:open -label:endgame-plan -label:testplan-item -label:iteration-plan",
L
Ladislau Szomoru 已提交
146 147
    "editable": true,
    "outputs": []
148 149 150 151 152
  },
  {
    "kind": 1,
    "language": "markdown",
    "value": "## Open Bugs",
L
Ladislau Szomoru 已提交
153 154
    "editable": true,
    "outputs": []
155 156 157 158 159
  },
  {
    "kind": 2,
    "language": "github-issues",
    "value": "$REPOS $MILESTONE $MINE is:issue is:open label:bug",
L
Ladislau Szomoru 已提交
160 161
    "editable": true,
    "outputs": []
162 163 164 165 166
  },
  {
    "kind": 1,
    "language": "markdown",
    "value": "# Verification",
L
Ladislau Szomoru 已提交
167 168
    "editable": true,
    "outputs": []
169 170 171 172 173
  },
  {
    "kind": 1,
    "language": "markdown",
    "value": "## My Issues (verification-steps-needed)",
L
Ladislau Szomoru 已提交
174 175
    "editable": true,
    "outputs": []
176 177 178 179
  },
  {
    "kind": 2,
    "language": "github-issues",
180
    "value": "$REPOS $MILESTONE $MINE is:issue label:bug label:verification-steps-needed",
L
Ladislau Szomoru 已提交
181 182
    "editable": true,
    "outputs": []
183 184 185 186 187
  },
  {
    "kind": 1,
    "language": "markdown",
    "value": "## My Issues (verification-found)",
L
Ladislau Szomoru 已提交
188 189
    "editable": true,
    "outputs": []
190 191 192 193
  },
  {
    "kind": 2,
    "language": "github-issues",
194
    "value": "$REPOS $MILESTONE $MINE is:issue label:bug label:verification-found",
L
Ladislau Szomoru 已提交
195 196
    "editable": true,
    "outputs": []
197 198 199 200 201
  },
  {
    "kind": 1,
    "language": "markdown",
    "value": "## Issues filed by me",
L
Ladislau Szomoru 已提交
202 203
    "editable": true,
    "outputs": []
204 205 206 207
  },
  {
    "kind": 2,
    "language": "github-issues",
208
    "value": "$REPOS $MILESTONE -$MINE is:issue is:closed author:@me sort:updated-asc label:bug -label:verified -label:on-testplan -label:*duplicate -label:duplicate -label:invalid -label:*as-designed -label:error-telemetry -label:verification-steps-needed -label:verification-found",
L
Ladislau Szomoru 已提交
209 210
    "editable": true,
    "outputs": []
211 212 213 214
  },
  {
    "kind": 1,
    "language": "markdown",
J
Johannes Rieken 已提交
215
    "value": "## Issues filed from outside team",
L
Ladislau Szomoru 已提交
216 217
    "editable": true,
    "outputs": []
218 219 220 221
  },
  {
    "kind": 2,
    "language": "github-issues",
222
    "value": "$REPOS $MILESTONE -$MINE is:issue is:closed sort:updated-asc label:bug -label:verified -label:on-testplan -label:*duplicate -label:duplicate -label:invalid -label:*as-designed -label:error-telemetry -label:verification-steps-needed -label:verification-found -author:aeschli -author:alexdima -author:alexr00 -author:AmandaSilver -author:bamurtaugh -author:bpasero -author:btholt -author:chrisdias -author:chrmarti -author:Chuxel -author:connor4312 -author:dbaeumer -author:deepak1556 -author:devinvalenciano -author:digitarald -author:eamodio -author:egamma -author:fiveisprime -author:gregvanl -author:isidorn -author:ItalyPaleAle -author:JacksonKearl -author:joaomoreno -author:jrieken -author:kieferrm -author:lszomoru -author:meganrogge -author:misolori -author:mjbvz -author:ornellaalt -author:orta -author:rebornix -author:RMacfarlane -author:roblourens -author:rzhao271 -author:sana-ajani -author:sandy081 -author:sbatten -author:stevencl -author:Tyriar -author:weinand -author:TylerLeonhardt -author:lramos15",
L
Ladislau Szomoru 已提交
223 224
    "editable": true,
    "outputs": []
225
  },
226 227 228 229
  {
    "kind": 1,
    "language": "markdown",
    "value": "## Issues filed by others",
L
Ladislau Szomoru 已提交
230 231
    "editable": true,
    "outputs": []
232 233 234 235
  },
  {
    "kind": 2,
    "language": "github-issues",
236
    "value": "$REPOS $MILESTONE -$MINE is:issue is:closed -author:@me sort:updated-asc label:bug -label:verified -label:on-testplan -label:*duplicate -label:duplicate -label:invalid -label:*as-designed -label:error-telemetry -label:verification-steps-needed -label:verification-found",
L
Ladislau Szomoru 已提交
237 238
    "editable": true,
    "outputs": []
239
  },
240 241 242 243
  {
    "kind": 1,
    "language": "markdown",
    "value": "# Release Notes",
L
Ladislau Szomoru 已提交
244 245
    "editable": true,
    "outputs": []
246 247 248 249
  },
  {
    "kind": 2,
    "language": "github-issues",
J
Johannes Rieken 已提交
250
    "value": "repo:microsoft/vscode $MILESTONE $MINE is:issue is:closed label:feature-request -label:on-release-notes",
L
Ladislau Szomoru 已提交
251 252
    "editable": true,
    "outputs": []
253 254
  }
]