From 1f7ac04526a0b4740458dfb5b70671bd2d4dfbb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Rold=C3=A1n=20Betancort?= Date: Mon, 25 Sep 2023 15:22:47 +0100 Subject: [PATCH] include SpiceDB version in issue template --- .github/ISSUE_TEMPLATE/bug.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index d3f696cee7..142db83dc6 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -26,6 +26,13 @@ body: - "amd64" - "arm64" - "others" + - type: "textarea" + id: "version" + validations: + required: true + attributes: + label: "What SpiceDB version are you using?" + placeholder: "v1.25.0" - type: "textarea" id: "repro" validations: