microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
163.73k stars 29.09k forks source link

Use different templates for issue reporting vs performance vs features #211156

Open karthiknadig opened 6 months ago

karthiknadig commented 6 months ago

Testing #210874

justschen commented 6 months ago

@karthiknadig we specify the type, ie like this:

Type: Performance Issue

or

Type: Bug

then add the description and system info below.

do you think there needs to be more templates? or do you mean the text in the UI?

karthiknadig commented 5 months ago

In the API, there is no way to say a given template is for performance, or bug, or feature. Like our base template asks for expected behavior and setting, but that makes no sense for a feature request.

justschen commented 5 months ago

Oh I see. Yeah that makes sense, previously I don't think we allowed this (it would always be for bug specifically), but we can add that now.