Skip to content

Commit 8c5afc5

Browse files
committed
Give user hint for pythonmonkey version
1 parent 69c289d commit 8c5afc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ISSUE_TEMPLATE/bug_pythonmonkey.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ body:
4141
- type: input
4242
id: PythonMonkey
4343
attributes:
44-
label: PythonMonkey version (`pip show pythonmonkey`)
44+
label: PythonMonkey version (`python -c "import pythonmonkey as pm; print(pm.__version__)"`)
4545
placeholder: 0.2.0 or 0.0.1.dev997+1eb883
4646
description: You can also get this with `pmjs --version`.
4747

0 commit comments

Comments
 (0)