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