Skip to content

Commit

Permalink
Add field asking for @apollo/client version (#11507)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller authored Jan 19, 2024
1 parent 046296a commit 900b71b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 900b71b

Please sign in to comment.