diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index c16ade59f..a5c25d44c 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -31,6 +31,14 @@ body: placeholder: "19.24" validations: required: true + - type: input + id: python + attributes: + label: Python version + description: "The version of Python you are using" + placeholder: "3.8" + validations: + required: false - type: input id: compiler attributes: