diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2ce6776e1..1ac187b33 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: