Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Commit 690c6ca

Browse files
Greg Whitworthalrra
andcommitted
New: Add statusid property
Add `statusid` property for linking the status to VSO. - - - - - - - - - - - - - - - - - - - - - - - - - - - Ref #587 Close #587 Co-authored-by: Cătălin Mariș <[email protected]>
1 parent e2f2fbe commit 690c6ca

File tree

3 files changed

+673
-337
lines changed

3 files changed

+673
-337
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ This repository provides valuable data on the implementation status and future p
1212

1313
Want to contribute to this project? We'd love to have your help! Take a look at the [Contributing Guidelines](.github/CONTRIBUTING.md) before you dive in. For many features, support data for browsers other than Internet Explorer and Microsoft Edge comes from the [Chromium Dashboard](https://www.chromestatus.com) and bugs against that data can be filed [here](https://github.com/GoogleChrome/chromium-dashboard/issues).
1414

15+
When adding a new feature, add it to the very end and increment your new status item's `"statusid"` value by 1 (eg: If the status item's `statusid` before yours is 350, make your `statusid` value 351).
16+
1517
Note that this GitHub project is *not* for making feature requests for or reporting bugs in Internet Explorer or Microsoft Edge. Browser feedback can be provided through the [issue tracker](https://developer.microsoft.com/microsoft-edge/platform/issues/) and on [UserVoice](https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer).
1618

1719

scripts/schema.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,14 +161,18 @@
161161
},
162162
"uservoiceid": {
163163
"type": "number"
164+
},
165+
"statusid": {
166+
"type": "number"
164167
}
165168
}
166169
},
167170
"required": [
168171
"category",
169172
"ieStatus",
170173
"name",
171-
"summary"
174+
"summary",
175+
"statusid"
172176
],
173177
"type": "array"
174178
}

0 commit comments

Comments
 (0)