From 9ecbd982306eb3ed976dd093b2b27e199c354244 Mon Sep 17 00:00:00 2001 From: Fallenbagel <98979876+Fallenbagel@users.noreply.github.com> Date: Tue, 14 Jan 2025 14:45:17 +0800 Subject: [PATCH] chore: make the database required when creating bug report --- .github/ISSUE_TEMPLATE/bug.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index e1268709d..94a91e93d 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -63,6 +63,8 @@ body: - PostgreSQL label: Database description: Which database backend are you using? + validations: + required: true - type: input id: device attributes: