From 547eb36d0e2ca9b782bd346251a5e475ceeb5f08 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Lapersonne Date: Thu, 24 Oct 2024 10:07:06 +0200 Subject: [PATCH] ci: add app details in GitHub issue template of bugs Signed-off-by: Pierre-Yves Lapersonne --- .github/ISSUE_TEMPLATE/bug_report.yml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2ce6776e15..1ac187b336 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -31,9 +31,23 @@ body: id: app-version attributes: label: App version - placeholder: v1.0.1 (build 42) + placeholder: 0.5.0 validations: required: true + - type: input + id: app-build-number + attributes: + label: App build number + placeholder: 13 + validations: + required: true + - type: input + id: app-build-type + attributes: + label: App build type + placeholder: alpha, beta, prod, DEBUG + validations: + required: true - type: input id: app-orientation attributes: