Skip to content

Commit 80dcf65

Browse files
authored
Switch from pip list to pip freeze in bug.yml template (#1924)
1 parent d778cdd commit 80dcf65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ body:
101101
id: installed-packages
102102
attributes:
103103
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
104+
description: Run `python -m pip freeze` to list installed packages
105+
placeholder: Paste the output of `python -m pip freeze` here
106106
validations:
107107
required: true

0 commit comments

Comments
 (0)