From 900b71b204c68040a926af0bc8b30dd4978d4ff9 Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Fri, 19 Jan 2024 11:04:41 -0700 Subject: [PATCH] Add field asking for @apollo/client version (#11507) --- .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 d2e1bc647dc..618626d418f 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -22,3 +22,10 @@ body: description: Please provide any additional non-trivial steps required to reproduce the issue. validations: required: false + - type: input + attributes: + label: "`@apollo/client` version" + description: "What version of Apollo Client are you running?" + placeholder: "ex: 3.8.10" + validations: + required: true