feat(data): add 2 labels records (batch 1)

This commit is contained in:
GitApp 2025-12-19 15:50:43 +00:00
parent d22c232c9d
commit 99f6594afd
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,7 @@
{
"name": "bug",
"color": "#ef4444",
"description": "Something isn't working",
"created": "2025-12-19T15:50:43.420Z",
"updated": "2025-12-19T15:50:43.420Z"
}

View File

@ -0,0 +1,7 @@
{
"name": "enhancement",
"color": "#3b82f6",
"description": "New feature or request",
"created": "2025-12-19T15:50:43.420Z",
"updated": "2025-12-19T15:50:43.420Z"
}