diff --git a/.github/ISSUE_TEMPLATE/generic.yml b/.github/ISSUE_TEMPLATE/generic.yml index 9d403d8d..a8a5d687 100644 --- a/.github/ISSUE_TEMPLATE/generic.yml +++ b/.github/ISSUE_TEMPLATE/generic.yml @@ -3,6 +3,13 @@ description: File a bug/issue title: "[BUG] " labels: [Bug, Needs Triage] body: +- type: checkboxes + attributes: + label: Am I using the newest version of the library? + description: Please always use the latest version before posting any issues. Your bug might already have been solved.. + options: + - label: I have made sure that I'm using the latest version of the library. + required: true - type: checkboxes attributes: label: Is there an existing issue for this?