From 6b0e7a31f6af5f9fa66463744e84d84c34d79558 Mon Sep 17 00:00:00 2001 From: Vidya Reddy Date: Wed, 3 Aug 2022 12:27:53 +0530 Subject: [PATCH] added runner info to bug report --- .github/ISSUE_TEMPLATE/bugReportForm.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bugReportForm.yml b/.github/ISSUE_TEMPLATE/bugReportForm.yml index a2fb262..43f6061 100644 --- a/.github/ISSUE_TEMPLATE/bugReportForm.yml +++ b/.github/ISSUE_TEMPLATE/bugReportForm.yml @@ -12,6 +12,14 @@ body: placeholder: tell us what you see! validations: required: true + - type: input + id: runner + attributes: + label: runner + description: what runner are you using? + placeholder: mention the runner info (self-hosted, operating system) + validations: + required: true - type: input id: logs attributes: