Files
.github/shared/github-config.json

80 lines
3.0 KiB
JSON

{
"labels": [
{ "name": "bug", "color": "d73a4a", "description": "Something isn't working" },
{ "name": "enhancement", "color": "a2eeef", "description": "New feature or request" },
{ "name": "documentation", "color": "0075ca", "description": "Improvements or additions to documentation" },
{ "name": "good first issue", "color": "7057ff", "description": "Good for newcomers" },
{ "name": "help wanted", "color": "008672", "description": "Extra attention is needed" },
{ "name": "question", "color": "d876e3", "description": "Further information is requested" },
{ "name": "wontfix", "color": "ffffff", "description": "This will not be worked on" },
{ "name": "duplicate", "color": "cfd3d7", "description": "This issue already exists" },
{ "name": "installation", "color": "fbca04", "description": "Related to installation process" },
{ "name": "wsa", "color": "1a7f37", "description": "Related to WSA core" },
{ "name": "play-store", "color": "3DDC84", "description": "Related to Play Store integration" },
{ "name": "background-service", "color": "0078D4", "description": "Related to WSABackgroundService" },
{ "name": "file-sharing", "color": "6f42c1", "description": "Related to WebDAV file sharing" },
{ "name": "ui", "color": "e4e669", "description": "Related to GUI/interface" },
{ "name": "build", "color": "bfd4f2", "description": "Related to build pipeline" },
{ "name": "security", "color": "ee0701", "description": "Security-related issue" },
{ "name": "priority:high", "color": "b60205", "description": "High priority" },
{ "name": "priority:medium", "color": "fbca04", "description": "Medium priority" },
{ "name": "priority:low", "color": "0e8a16", "description": "Low priority" },
{ "name": "triage", "color": "ededed", "description": "Needs initial review" }
],
"milestones": [
{
"title": "v1.3.0",
"description": "Next release — new features",
"state": "open"
},
{
"title": "v1.2.x",
"description": "Bug fixes and patches",
"state": "open"
},
{
"title": "Documentation",
"description": "Documentation improvements",
"state": "open"
},
{
"title": "Website",
"description": "GitHub Pages website",
"state": "open"
},
{
"title": "Testing",
"description": "Test coverage improvements",
"state": "open"
}
],
"discussions_categories": [
{
"name": "Ideas",
"description": "Feature ideas and suggestions",
"slug": "ideas"
},
{
"name": "Q&A",
"description": "Questions and answers",
"slug": "q-a"
},
{
"name": "Announcements",
"description": "Official announcements",
"slug": "announcements",
"announcement": true
},
{
"name": "General",
"description": "General discussion",
"slug": "general"
},
{
"name": "Show and Tell",
"description": "Showcase your WSA setup",
"slug": "show-and-tell"
}
]
}