We need a command that will make it super easy for users to file new issues on GitHub so that they don't have to manually gather details on versions and environment information. I imagine this will be a combination of TypeScript and PowerShell code. @rkeithhill has started some of the PowerShell side code in PowerShell Editor Services.
You can see how VS Code generates their issue data here:
https://github.com/Microsoft/vscode/blob/f1f3f60e300abae4055a2a9fe3c40c63be5a8e82/src/vs/workbench/electron-browser/actions.ts#L704
@PowerSchill has expressed an interest in working on this :)