From 46a37e0c4bfd5461ce24d9488fcf80fc844bab77 Mon Sep 17 00:00:00 2001 From: Kitty Hurley Date: Fri, 27 Sep 2024 15:56:42 -0500 Subject: [PATCH] chore(issue templates): add arcgis data pipelines to team dropdown (#10418) **Related Issue:** n/a ## Summary Adds `ArcGIS Data Pipelines` to the issue templates Esri team dropdown. --- .github/ISSUE_TEMPLATE/accessibility.yml | 1 + .github/ISSUE_TEMPLATE/bug.yml | 1 + .github/ISSUE_TEMPLATE/enhancement.yml | 1 + .github/ISSUE_TEMPLATE/new-component.yml | 1 + 4 files changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/accessibility.yml b/.github/ISSUE_TEMPLATE/accessibility.yml index b61e1b801e2..df412feb731 100644 --- a/.github/ISSUE_TEMPLATE/accessibility.yml +++ b/.github/ISSUE_TEMPLATE/accessibility.yml @@ -124,6 +124,7 @@ body: - ArcGIS Business/Community Analyst - ArcGIS Charts - ArcGIS Dashboards + - ArcGIS Data Pipelines - ArcGIS Developer Experience - ArcGIS Enterprise - ArcGIS Excalibur diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 6e54505bcba..8b586de9285 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -118,6 +118,7 @@ body: - ArcGIS Business/Community Analyst - ArcGIS Charts - ArcGIS Dashboards + - ArcGIS Data Pipelines - ArcGIS Developer Experience - ArcGIS Enterprise - ArcGIS Excalibur diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml b/.github/ISSUE_TEMPLATE/enhancement.yml index dadcc31880a..6c3b0d080ea 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.yml +++ b/.github/ISSUE_TEMPLATE/enhancement.yml @@ -87,6 +87,7 @@ body: - ArcGIS Business/Community Analyst - ArcGIS Charts - ArcGIS Dashboards + - ArcGIS Data Pipelines - ArcGIS Developer Experience - ArcGIS Enterprise - ArcGIS Excalibur diff --git a/.github/ISSUE_TEMPLATE/new-component.yml b/.github/ISSUE_TEMPLATE/new-component.yml index d2b985eb1a1..87deb0299b7 100644 --- a/.github/ISSUE_TEMPLATE/new-component.yml +++ b/.github/ISSUE_TEMPLATE/new-component.yml @@ -71,6 +71,7 @@ body: - ArcGIS Business/Community Analyst - ArcGIS Charts - ArcGIS Dashboards + - ArcGIS Data Pipelines - ArcGIS Developer Experience - ArcGIS Enterprise - ArcGIS Excalibur