File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11name : Feature request
22description : Describe the feature you would like added
33title : ' [Feat]: '
4- labels : [enhancement , triage, needs jira ticket]
4+ labels : [feature , triage, needs jira ticket]
55# assignees:
66body :
77 - type : markdown
Original file line number Diff line number Diff line change 11name : New component
22description : Outline the requirements for a new component
33title : ' [NEW]: '
4- labels : [missing components , triage, needs jira ticket]
4+ labels : [new component , triage, needs jira ticket]
55# assignees:
66body :
77 - type : markdown
You can’t perform that action at this time.
0 commit comments