From 03048895eca0f23734742d8e0dbbc675e14c8627 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 23 Jun 2024 13:34:19 +0200 Subject: [PATCH] core: add distribution in bug report template --- .github/ISSUE_TEMPLATE/bug_report.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 12d688363..e52d8c52f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -85,9 +85,9 @@ body: - type: input id: os-version attributes: - label: What OS are you using? + label: What OS/distribution are you using? description: Name of the operating system and its version. - placeholder: Debian 12, Ubuntu 23.10, MacOS 14, ... + placeholder: Debian 12, Ubuntu 24.04, MacOS 14, ... validations: required: true