-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update labels.yml to use correct indentation
- Loading branch information
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
- name: Frontend: Bug | ||
- name: 'Frontend: Bug' | ||
color: 'FF6347' | ||
description: Issues related to bugs specifically in the frontend codebase of Next.js. | ||
- name: Frontend: Feature | ||
- name: 'Frontend: Feature' | ||
color: '4682B4' | ||
description: Requests or discussions related to new features in the Next.js frontend. | ||
- name: Frontend: UI/UX | ||
- name: 'Frontend: UI/UX' | ||
color: 'FFD700' | ||
description: Issues concerning user interface or user experience improvements in the frontend. | ||
- name: Frontend: Performance | ||
- name: 'Frontend: Performance' | ||
color: '32CD32' | ||
description: Discussions or problems regarding performance optimizations in the frontend code. | ||
- name: Backend: Bug | ||
- name: 'Backend: Bug' | ||
color: '800000' | ||
description: Issues related to bugs specifically in the backend codebase of Express. | ||
- name: Backend: Feature | ||
- name: 'Backend: Feature' | ||
color: '008080' | ||
description: Requests or discussions related to new features in the Express backend. | ||
- name: Backend: Security | ||
- name: 'Backend: Security' | ||
color: 'FFA07A' | ||
description: Issues concerning security vulnerabilities or improvements in the backend. | ||
- name: Backend: Database | ||
- name: 'Backend: Database' | ||
color: 'FF69B4' | ||
description: Discussions or problems regarding database management in the backend. |