From dc2eceb634a2177c7bd3a34a7f0593ccf595486f Mon Sep 17 00:00:00 2001 From: Pete Davison Date: Mon, 30 Dec 2024 22:09:45 +0000 Subject: [PATCH] chore: update experiments field in issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index e1821b9a94..43744b7c25 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -41,12 +41,13 @@ body: id: experiments attributes: label: Experiments Enabled - description: Do you have any of the following experiments enabled? + description: Do you have any experiments enabled? You can check by running `task --experiments`. multiple: true options: - Env Precedence - Gentle Force - - Map Variables + - Map Variables (1) + - Map Variables (2) - Remote Taskfiles validations: required: false