Skip to content

Commit fbc8b93

Browse files
committed
Updated Useful Links for TypeScript Issue Management (markdown)
1 parent 919e67c commit fbc8b93

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Useful-Links-for-TypeScript-Issue-Management.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
* [Unlabelled Issues](https://github.com/Microsoft/TypeScript/issues?q=is%3Aopen+is%3Aissue+no%3Alabel): Issues which need to be analyzed and labelled
2+
* [Unlabelled VSCode Issues](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aopen%20is%3Aissue%20label%3A%22VS%20Code%20Tracked%22%20-label%3A%22bug%22%20-label%3A%22Suggestion%22%20-label%3Aexternal): VSCode reported issues which need to be analyzed and labelled
3+
* [Needs Investigation Issues](https://github.com/Microsoft/TypeScript/issues?q=is%3Aopen+is%3Aissue+label%3A%22Needs+Investigation%22): Dept of unlabeled issues
24
* [Untriaged Suggestions](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+label%3A%22Suggestion%22+-label%3A%22Needs+Proposal%22+-label%3A%22Needs+More+Info%22+-label%3A%22In+Discussion%22+-label%3A%22Visual+Studio%22+-label%3A%22Revisit%22+-label%3A%22Accepting+PRs%22+-label%3A%22Committed%22): Issues with the `Suggestion` label but no sub-label
35
* [Unplanned Bugs](https://github.com/Microsoft/TypeScript/issues?q=is%3Aopen+is%3Aissue+label%3Abug+no%3Amilestone): Issues that need to be assigned to a developer
46
* [Bugs in 2.0.1 with No Assignee](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aopen%20label%3Abug%20milestone%3A%22TypeScript%202.0.1%22%20no%3Aassignee)

0 commit comments

Comments
 (0)