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 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