Skip to content

Commit 19ae375

Browse files
chore: github label updates (#5819)
* chore: update cursor rules to reflect new github labels * chore: update issue templates with new labels
1 parent c59ea1b commit 19ae375

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

.cursor/rules/github-description.mdc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ Use the following labels to categorize pull requests. Only use labels that exist
9393
- `Browser: Edge (Legacy)`: Issue with pre-chromium Edge
9494
- `Browser: FireFox`: Firefox browser issues
9595
- `Browser: Safari`: Safari browser issues
96+
- `iOS`: iOS-specific issues and bugs
9697

9798
### Development and process labels
9899

@@ -107,11 +108,9 @@ Common additional labels include:
107108

108109
- `chore`: Routine tasks, maintenance, or non-feature changes
109110
- `dependencies`: Updates or changes to project dependencies
110-
- `docs`: Documentation updates or improvements
111-
- `enhancement`: Improvements to existing features
112-
- `feature`: New feature implementations
111+
- `Documentation`: Documentation updates or improvements
112+
- `feature`: New feature implementations or improvements to existing features
113113
- `i18n`: Internationalization and localization work
114-
- `iOS`: iOS-specific issues and bugs
115114
- `mobile`: Mobile platform issues and responsive design
116115
- `performance`: Performance-related improvements or regressions
117116
- `refactor`: Code restructuring and refactoring work

.cursor/rules/jira-ticket.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Use the following labels to categorize tickets appropriately:
185185
- `s2foundations`: Spectrum 2 Foundations related work
186186
- `spectrum2`: Spectrum 2 platform specific tasks
187187
- `team-processes`: Internal team workflow improvements
188-
- `testing`: Test implementation or testing infrastructure work
188+
- `test`: Test implementation or testing infrastructure work
189189
- `triage`: New tickets requiring team assessment and prioritization
190190
- `VoiceOver`: VoiceOver screen reader specific issues
191191

.github/ISSUE_TEMPLATE/feature_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Feature request
22
description: Describe the feature you would like added
33
title: '[Feat]: '
4-
labels: [enhancement, triage, needs jira ticket]
4+
labels: [feature, triage, needs jira ticket]
55
# assignees:
66
body:
77
- type: markdown

.github/ISSUE_TEMPLATE/new_component.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: New component
22
description: Outline the requirements for a new component
33
title: '[NEW]: '
4-
labels: [missing components, triage, needs jira ticket]
4+
labels: [new component, triage, needs jira ticket]
55
# assignees:
66
body:
77
- type: markdown

0 commit comments

Comments
 (0)