We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d778cdd commit 80dcf65Copy full SHA for 80dcf65
.github/ISSUE_TEMPLATE/bug.yml
@@ -101,7 +101,7 @@ body:
101
id: installed-packages
102
attributes:
103
label: Installed packages
104
- description: Run `python -m pip list` to list installed packages
105
- placeholder: Paste the output of `python -m pip list` here
+ description: Run `python -m pip freeze` to list installed packages
+ placeholder: Paste the output of `python -m pip freeze` here
106
validations:
107
required: true
0 commit comments