From 59c9132dd2108c398fd0586cc76f75eb91d34b82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Israelson?= <57065102+israpps@users.noreply.github.com> Date: Fri, 5 Jul 2024 10:43:39 -0300 Subject: [PATCH] [issue template]: ask for windows version [skip actions] --- .github/ISSUE_TEMPLATE/common_issue.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/common_issue.yml b/.github/ISSUE_TEMPLATE/common_issue.yml index 1e37bbb..8d5ef23 100644 --- a/.github/ISSUE_TEMPLATE/common_issue.yml +++ b/.github/ISSUE_TEMPLATE/common_issue.yml @@ -38,7 +38,16 @@ body: description: Provide the version number (Press F1 to see it!) placeholder: "version 2.7.6 [beta] ; revision 3 ; build date: 04-07-2021" validations: - required: false + required: true + + - type: input + id: winversion + attributes: + label: Windows version + description: Provide the windows version (search winver command) + placeholder: "Windows 10 PRO - version 22H2 (SO compilation 19045.4529)" + validations: + required: true - type: textarea id: logs