microsoft / microsoft/vscode-pull-request-github
Set issue type when creating new issue
@alexr00 ya está trabajando en esto.
Desde el 30/6/2026.
- Lenguaje dominante
- TypeScript
- Estrellas
- 2.6k
- Forks
- 796
- Merge medio
- 1 d 4 h
- PR fusionados (30 d)
- 46
Descripción
When creating a new issue I'm unable to set the issue's type. This feels like missing behavior since I can use ${issueType} in the format for issue branch names. Currently when I file an issue and immediately start work on it my branch names start with ${issueType}. And if I add it on the web it takes time before the value syncs locally so I still end up with ${issueType} in my branch name
I've tried adding Type when creating the issue but no such luck.
Is this just a straight forward changes in these spots? (Never done extension development to figure out how to try myself.)
- https://github.com/microsoft/vscode-pull-request-github/blob/main/src/issues/issueFile.ts#L13
- https://github.com/microsoft/vscode-pull-request-github/blob/main/src/issues/issueFeatureRegistrar.ts#L769
- https://github.com/microsoft/vscode-pull-request-github/blob/main/src/issues/issueFeatureRegistrar.ts#L1133
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.