-
Notifications
You must be signed in to change notification settings - Fork 296
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
Improve prefilled issue template #681
Conversation
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.
Only nitpicks here. Thanks for your contribution!
LocalizedString create_user_troubleshooting_message(const InstallPlanAction& action, | ||
const VcpkgPaths& paths, | ||
Optional<Path>&& issue_body = nullopt); | ||
LocalizedString create_user_troubleshooting_message(const InstallPlanAction& action, const VcpkgPaths& paths); |
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.
Since it's now an error to call this IMO it would be better to just inline it (and put the definition of print_user_troubleshooting_message
into build.cpp
?)
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.
This is not possible:
vcpkg-tool\src\vcpkg\install.cpp(525,17): error C3861: "print_user_troubleshooting_message": identifier not found
Thank you! |
Color::warning
to better distinguish it from the rest of the error message.
after the path prevents users from navigating to the issue template directly from within the terminal.