From b289c1ab1716a6e70c0763bc7e3e29842daf3936 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Sat, 27 Aug 2022 11:04:44 +0200 Subject: [PATCH] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index e632148..d70a0d5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -22,10 +22,10 @@ body: - type: dropdown attributes: label: Runner - description: Are you running on a GitHub-hosted runners or self-hosted runners? + description: Are you running on a GitHub-hosted runner or a self-hosted runner? options: - - GitHub-hosted runners - - self-hosted runners + - GitHub-hosted runner + - self-hosted runner validations: required: true - type: textarea