From c32ba3e0d751fa49948db453e25f168c03fcf6c3 Mon Sep 17 00:00:00 2001 From: tfsumon Date: Wed, 2 Oct 2024 13:26:41 +0600 Subject: [PATCH] chore: update issue template to include operating system field - Added an input field for the operating system in the bug report issue template. --- .github/ISSUE_TEMPLATE/bug_report.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ce9130a..70a8028 100755 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -26,6 +26,13 @@ body: validations: required: true + - type: input + id: operating-system + attributes: + label: What is your Operating System + validations: + required: false + - type: checkboxes id: make-sure attributes: