-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
make vscode-python specific #24598
make vscode-python specific #24598
Conversation
.github/commands.json
Outdated
}, | ||
{ | ||
"type": "label", | ||
"name": "~version-info-needed", | ||
"action": "updateLabels", | ||
"addLabel": "info-needed", | ||
"removeLabel": "~version-info-needed", | ||
"comment": "Thanks for creating this issue! We figured it's missing some basic information, such as a version number, or in some other way doesn't follow our [issue reporting guidelines](https://aka.ms/vscodeissuereporting). Please take the time to review these and update the issue.\n\nHappy Coding!" | ||
"comment": "Thanks for creating this issue! We figured it's missing some basic information, such as a version number, or in some other way doesn't follow our issue reporting guidelines. Please take the time to review these and update the issue or even open a new one with the `report issue` command in VS Code to have all the right information collected for you.\n\nHappy Coding!" |
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.
We have a aka.ms link for issue reporting with details.
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.
I'm not sure what the aka link is but are you referring to this page? https://github.com/microsoft/vscode-python/wiki/Reporting-a-bug
ok went through and make those edits except for that one link that @cwebster-99 was asking about. Let me know what people think - thanks! |
Co-authored-by: Courtney Webster <60238438+cwebster-99@users.noreply.github.com>
taking the label actions from the vscode repo but making them more python specific