diff --git a/.github/labels.yml b/.github/labels.yml index e4e9be33..a5ef6ca8 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -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. \ No newline at end of file