Skip to content

Commit

Permalink
Update labels.yml to use correct indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
chimpdev committed Mar 23, 2024
1 parent d78eb1f commit 0fd49f1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/labels.yml
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.

0 comments on commit 0fd49f1

Please sign in to comment.