diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 3b1ee3c07fdb..25483eb012b7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -53,3 +53,13 @@ body: ``` validations: required: true + - type: textarea + attributes: + label: Prisma Version + description: Run `prisma -v` to see your Prisma version and paste it between the ยดยดยด + value: | + ``` + + ``` + validations: + required: true