diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 870719d9e003f..42ceab9562273 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -68,6 +68,7 @@ body: - 'Settings - Repositories' - 'Settings - Integrations' - 'Settings - Developer Settings' + - 'Settings - Spend Allocation' - 'Settings - Spike Protection' - 'Help' - "What's New" diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 4e02acefa1727..919be17cff90c 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -52,6 +52,7 @@ body: - 'Settings - Repositories' - 'Settings - Integrations' - 'Settings - Developer Settings' + - 'Settings - Spend Allocation' - 'Settings - Spike Protection' - 'Help' - "What's New" diff --git a/.github/labels.yml b/.github/labels.yml index d54cd84b0225d..1958482d40b6d 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -243,6 +243,8 @@ color: '8D5494' - name: 'Product Area: Settings - Developer Settings' color: '8D5494' +- name: 'Product Area: Settings - Spend Allocation' + color: '8D5494' - name: 'Product Area: Settings - Spike Protection' color: '8D5494' - name: 'Product Area: Help'