feat(data): add 2 labels records (batch 1)
This commit is contained in:
parent
e4baa77b89
commit
97d720af1b
|
|
@ -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"
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in New Issue