Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .cursor/rules/github-description.mdc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .cursor/rules/jira-ticket.mdc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/new_component.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading