-
Notifications
You must be signed in to change notification settings - Fork 582
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hint which repo an issue will be opened in #2099
Comments
Actually, why does "create PR" ask which repo to create it in, but "create issue" guesses based on context? |
I'll add a decoration for it. We guess based on context because it seems likely that if you're creating an issue within VS Code you probably want to create an issue in the repo of the file you have open. |
Hmm, if you create a lot of issues back to back a decoration won't work because we don't know when a tab is closed to remove the decoration properly. You can get an old decoration which is extremely confusing. I'll have to add a new line to the document for the repo. |
This is definitely not the case in my workflow. Sometimes I discover a bug via using the terminal and proceed to make an issue. The open file can be one of many repos in my case. Perhaps an opt-in setting to disable guessing context and always prompt could solve our needs? |
Testing #2095
I think it would be helpful if the new issue form editor would tell me which repo the issue is being opened in, just to give me confidence that it got it right.
The text was updated successfully, but these errors were encountered: