From 96a8c04207e534f7cea16cee4e99d6ba437c1fb1 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Mon, 3 Mar 2025 11:47:58 -0800 Subject: [PATCH] Add issue template for Fallible Data Tagging (#84766) --- .github/ISSUE_TEMPLATE/fallible_dt.yml | 37 ++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/fallible_dt.yml diff --git a/.github/ISSUE_TEMPLATE/fallible_dt.yml b/.github/ISSUE_TEMPLATE/fallible_dt.yml new file mode 100644 index 00000000000..02b82c15bb0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/fallible_dt.yml @@ -0,0 +1,37 @@ +name: Fallible 2.19 Data Tagging Preview Bug Report +description: File a bug report against the Fallible 2.19 Data Tagging Preview +labels: + - fallible_dt + - bug + - data_tagging +assignees: + - nitzmahone + - mattclay +body: + - type: markdown + attributes: + value: | + ## Bug Report + - type: dropdown + attributes: + label: The fallible release that reproduces the issue described. + options: + - 2025.3.3 + - 2025.1.30 + - type: textarea + attributes: + label: Describe the issue with any relevant steps to reproduce. + validations: + required: true + - type: dropdown + attributes: + label: + options: + - | + + validations: + required: true