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

This commit is contained in:
GitApp 2025-12-19 16:03:31 +00:00
parent e4baa77b89
commit 97d720af1b
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-19T16:03:31.421Z",
"updated": "2025-12-19T16:03:31.421Z"
}

View File

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