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 69c289d commit 8c5afc5Copy full SHA for 8c5afc5
.github/ISSUE_TEMPLATE/bug_pythonmonkey.yaml
@@ -41,7 +41,7 @@ body:
41
- type: input
42
id: PythonMonkey
43
attributes:
44
- label: PythonMonkey version (`pip show pythonmonkey`)
+ label: PythonMonkey version (`python -c "import pythonmonkey as pm; print(pm.__version__)"`)
45
placeholder: 0.2.0 or 0.0.1.dev997+1eb883
46
description: You can also get this with `pmjs --version`.
47
0 commit comments