-
Notifications
You must be signed in to change notification settings - Fork 694
Add opt-in to always prompt for repo for issue creation and add comment to issue file specifying the repo #6115
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
Add opt-in to always prompt for repo for issue creation and add comment to issue file specifying the repo #6115
Conversation
…hint to new issues Signed-off-by: Mike Seese <seesemichaelj@gmail.com>
|
@microsoft-github-policy-service agree |
alexr00
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! I have some comments.
… URI scheme Signed-off-by: Mike Seese <seesemichaelj@gmail.com>
c9c174f to
6f68dfc
Compare
|
@alexr00 It got a little more complex, but now |
|
Merge conflict |
|
Thanks for your patience on this! I'll look at it next week when we start our annual clean up iteration. |
and polish + Fix some bugs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mikeseese, I had some significant changes I wanted with regard to the URI related opterations and schemes. Rather than make you go through more back and forth to make changes that are really my own debt, I've pushed the changes to your branch. I plan to merge the PR after we release this week. Thank you for the PR!
|
Sounds good, thanks! |
This PR adds a
githubIssues.alwaysPromptForNewIssueRepoconfig variable that defaults tofalse. When set totrue, if the user creates a new issue via the+button in the side panel, the extensions will always prompt the user for a repo to create the issue for instead of using the current open file. Behavior should not change for creating issues from selection/etc that are supposed to be directly contextual.This PR also adds a comment in the
NewIssue.mdfile telling the user which repo the issue will be created in if it's available:This PR fixes #2099.