From a6b5be38838680a9aab6c1876ce90d470b62c204 Mon Sep 17 00:00:00 2001 From: Najika Yoo Date: Tue, 21 Oct 2025 14:37:16 -0700 Subject: [PATCH 1/2] chore: update cursor rules to reflect new github labels --- .cursor/rules/github-description.mdc | 7 +++---- .cursor/rules/jira-ticket.mdc | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.cursor/rules/github-description.mdc b/.cursor/rules/github-description.mdc index ff3778b1425..9abe4bd4804 100644 --- a/.cursor/rules/github-description.mdc +++ b/.cursor/rules/github-description.mdc @@ -93,6 +93,7 @@ Use the following labels to categorize pull requests. Only use labels that exist - `Browser: Edge (Legacy)`: Issue with pre-chromium Edge - `Browser: FireFox`: Firefox browser issues - `Browser: Safari`: Safari browser issues +- `iOS`: iOS-specific issues and bugs ### Development and process labels @@ -107,11 +108,9 @@ Common additional labels include: - `chore`: Routine tasks, maintenance, or non-feature changes - `dependencies`: Updates or changes to project dependencies -- `docs`: Documentation updates or improvements -- `enhancement`: Improvements to existing features -- `feature`: New feature implementations +- `Documentation`: Documentation updates or improvements +- `feature`: New feature implementations or improvements to existing features - `i18n`: Internationalization and localization work -- `iOS`: iOS-specific issues and bugs - `mobile`: Mobile platform issues and responsive design - `performance`: Performance-related improvements or regressions - `refactor`: Code restructuring and refactoring work diff --git a/.cursor/rules/jira-ticket.mdc b/.cursor/rules/jira-ticket.mdc index 7d618120b49..ff313b62326 100644 --- a/.cursor/rules/jira-ticket.mdc +++ b/.cursor/rules/jira-ticket.mdc @@ -185,7 +185,7 @@ Use the following labels to categorize tickets appropriately: - `s2foundations`: Spectrum 2 Foundations related work - `spectrum2`: Spectrum 2 platform specific tasks - `team-processes`: Internal team workflow improvements -- `testing`: Test implementation or testing infrastructure work +- `test`: Test implementation or testing infrastructure work - `triage`: New tickets requiring team assessment and prioritization - `VoiceOver`: VoiceOver screen reader specific issues From 9d441b2e26be8899bf81889561e8533719f681e6 Mon Sep 17 00:00:00 2001 From: Najika Yoo Date: Tue, 21 Oct 2025 14:41:00 -0700 Subject: [PATCH 2/2] chore: update issue templates with new labels --- .github/ISSUE_TEMPLATE/feature_request.yaml | 2 +- .github/ISSUE_TEMPLATE/new_component.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 55c61bcb1da..be4d9f61bed 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -1,7 +1,7 @@ name: Feature request description: Describe the feature you would like added title: '[Feat]: ' -labels: [enhancement, triage, needs jira ticket] +labels: [feature, triage, needs jira ticket] # assignees: body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/new_component.yaml b/.github/ISSUE_TEMPLATE/new_component.yaml index 6398d37f0f2..c76d1132bc7 100644 --- a/.github/ISSUE_TEMPLATE/new_component.yaml +++ b/.github/ISSUE_TEMPLATE/new_component.yaml @@ -1,7 +1,7 @@ name: New component description: Outline the requirements for a new component title: '[NEW]: ' -labels: [missing components, triage, needs jira ticket] +labels: [new component, triage, needs jira ticket] # assignees: body: - type: markdown