diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index d502b4043c39..b2705919b63c 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -41,6 +41,8 @@ body: - type: input attributes: label: What jax/jaxlib version are you using? + description: > + Include the output of `import jax, jaxlib; print(jax.__version__, jaxlib.__version__)` placeholder: For example jax v0.3.0, jaxlib v0.3.0 - type: input attributes: @@ -48,7 +50,9 @@ body: placeholder: CPU/GPU/TPU - type: input attributes: - label: Additional system info + label: Additional system info? + description: > + Include the output of `import platform, sys, numpy; print(numpy.__version__); print(sys.version); print(platform.uname())` placeholder: Python version, OS (Linux/Mac/Windows/WSL), etc. - type: textarea attributes: