Skip to content

Commit

Permalink
chore: Enhance issue template to ask people to use newest version
Browse files Browse the repository at this point in the history
  • Loading branch information
nightscape committed Apr 24, 2024
1 parent cc2e85b commit 01ac4f5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/generic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ description: File a bug/issue
title: "[BUG] <title>"
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?
Expand Down

0 comments on commit 01ac4f5

Please sign in to comment.