Skip to content

Commit

Permalink
chore: add database type and version when bug report
Browse files Browse the repository at this point in the history
  • Loading branch information
WatheqAlshowaiter committed Aug 23, 2024
1 parent 7dd2308 commit 2cef0e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,14 @@ body:
- MariaDB
- PostgreSQL
- SQL Server
validations:
required: true
- type: input
id: database-version
attributes:
label: Database Version
description: Which version of the database are you running? Please be as specific as possible.
placeholder: 5.7
placeholder: 5.7.0
validations:
required: true
- type: dropdown
Expand Down

0 comments on commit 2cef0e0

Please sign in to comment.