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

Commit

Permalink
New: Add statusid property
Browse files Browse the repository at this point in the history
Add `statusid` property for linking the status to VSO.

- - - - - - - - - - - - - - - - - - - - - - - - - - -

Ref #587
Close #587

Co-authored-by: Cătălin Mariș <alrraa@gmail.com>
  • Loading branch information
Greg Whitworth and alrra committed Sep 22, 2018
1 parent e2f2fbe commit 690c6ca
Show file tree
Hide file tree
Showing 3 changed files with 673 additions and 337 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ This repository provides valuable data on the implementation status and future p

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).

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).

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).


Expand Down
6 changes: 5 additions & 1 deletion scripts/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,14 +161,18 @@
},
"uservoiceid": {
"type": "number"
},
"statusid": {
"type": "number"
}
}
},
"required": [
"category",
"ieStatus",
"name",
"summary"
"summary",
"statusid"
],
"type": "array"
}
Loading

0 comments on commit 690c6ca

Please sign in to comment.