diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index d8c0ae4a84f7fb..063a1e398afc1d 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -45,6 +45,7 @@ body: - 'Unknown' - 'Sign In' - 'Issues' + - 'Issues - Source Maps' - 'Issues - Suggested Fix' - 'Projects' - 'Performance' diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 55d40e6653993b..93c81f260f5206 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -29,6 +29,7 @@ body: - 'Unknown' - 'Sign In' - 'Issues' + - 'Issues - Source Maps' - 'Issues - Suggested Fix' - 'Projects' - 'Performance' diff --git a/.github/labels.yml b/.github/labels.yml index 6643ff581b7314..1309ab7ff0b66b 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -197,6 +197,8 @@ color: '8D5494' - name: 'Product Area: Issues' color: '8D5494' +- name: 'Product Area: Issues - Source Maps' + color: '8D5494' - name: 'Product Area: Issues - Suggested Fix' color: '8D5494' - name: 'Product Area: Projects'