| [ |
| { |
| "name": "release: skip changelog", |
| "color": "d73a4a", |
| "description": "Skip this change from release notes.", |
| "aliases": ["skip"] |
| }, |
| { |
| "name": "release: breaking", |
| "color": "d73a4a", |
| "description": "Introduces a breaking change.", |
| "aliases": [ |
| "breaking change", |
| "breaking-change", |
| "Type: Breaking Change", |
| "type: breaking", |
| "breaking" |
| ] |
| }, |
|
|
| { |
| "name": "good first issue", |
| "color": "7057ff", |
| "description": "Good for newcomers.", |
| "aliases": [ |
| "beginner-friendly", |
| "beginner", |
| "good for beginner", |
| "Good for beginners", |
| "good-starter-issue", |
| "starter-issue", |
| "starter", |
| "status: good starter issue" |
| ] |
| }, |
| { |
| "name": "help", |
| "color": "0e8a16", |
| "aliases": [ |
| "help wanted", |
| "Patch Welcome", |
| "status: help wanted", |
| "Status: PR Welcome", |
| "Status: Ready for PR" |
| ] |
| }, |
| { |
| "name": "state: approved", |
| "color": "C3F7F7", |
| "description": "Approved to proceed.", |
| "aliases": ["approved"] |
| }, |
| { |
| "name": "state: blocked", |
| "color": "C3F7F7", |
| "description": "Something is blocking action.", |
| "aliases": ["blocked", "Status: Blocked", "status: blocked", "blocker"] |
| }, |
| { |
| "name": "state: pending", |
| "color": "C3F7F7", |
| "description": "Action is underway but awaiting other tasks or data before completion.", |
| "aliases": [ |
| "in progress", |
| "on hold", |
| "pending", |
| "Status: In Progress", |
| "Status: Review Needed", |
| "watchlist" |
| ] |
| }, |
| { |
| "name": "state: inactive", |
| "color": "C3F7F7", |
| "description": "No current action needed/possible; issue fixed, out of scope, or superseded.", |
| "aliases": [ |
| "duplicate", |
| "invalid", |
| "stale", |
| "Status: Abandoned", |
| "status: duplicate", |
| "status: wontfix", |
| "wont-fix", |
| "wontfix" |
| ] |
| }, |
| { |
| "name": "type: bug", |
| "color": "FA1DD4", |
| "description": "Something isn't working.", |
| "aliases": ["bug", "Type: Bug"] |
| }, |
| { |
| "name": "type: chore", |
| "color": "FA1DD4", |
| "description": "Routine tasks like conversions, reorganization, and maintenance work.", |
| "aliases": [ |
| "chore", |
| "dependabot", |
| "dependencies", |
| "dependency", |
| "greenkeeper", |
| "legal", |
| "maintenance", |
| "Type: Maintenance", |
| "type: maintenance" |
| ] |
| }, |
| { |
| "name": "type: discussion", |
| "color": "FA1DD4", |
| "description": "Questions, proposals and info that requires discussion.", |
| "aliases": [ |
| "discussion", |
| "feedback", |
| "help wanted", |
| "idea", |
| "Idea", |
| "Proposal", |
| "proposal", |
| "question", |
| "type: design", |
| "Type: Question", |
| "type: question" |
| ] |
| }, |
| { |
| "name": "type: docs", |
| "color": "FA1DD4", |
| "description": "Related to documentation and information.", |
| "aliases": [ |
| "doc", |
| "docs", |
| "document", |
| "documentation", |
| "documents", |
| "Type: Documentation", |
| "type: documentation", |
| "specification" |
| ] |
| }, |
| { |
| "name": "type: feature", |
| "color": "FA1DD4", |
| "description": "Brand new functionality, features, pages, workflows, endpoints, etc.", |
| "aliases": [ |
| "addition", |
| "enhancement", |
| "feature", |
| "type: enhancement", |
| "Type: Feature", |
| "performance" |
| ] |
| }, |
| { |
| "name": "type: fix", |
| "color": "FA1DD4", |
| "description": "Iterations on existing features or infrastructure.", |
| "aliases": [ |
| "fix", |
| "improvement", |
| "optimization", |
| "Type: Fix", |
| "bug" |
| ] |
| }, |
| { |
| "name": "type: refactor", |
| "color": "FA1DD4", |
| "description": "Code refactoring and restructuring.", |
| "aliases": [ |
| "refactor", |
| "Type: Refactoring", |
| "refactoring" |
| ] |
| }, |
| { |
| "name": "type: security", |
| "color": "FA1DD4", |
| "description": "Something is vulnerable or not secure.", |
| "aliases": ["security"] |
| }, |
| { |
| "name": "type: performance", |
| "color": "FA1DD4", |
| "description": "Improved performance." |
| }, |
| { |
| "name": "type: testing", |
| "color": "FA1DD4", |
| "description": "Related to testing.", |
| "aliases": ["test", "testing"] |
| }, |
| { |
| "name": "work: chaotic", |
| "color": "0288d1", |
| "description": "The situation is chaotic, novel practices used.", |
| "aliases": ["chaotic"] |
| }, |
| { |
| "name": "work: complex", |
| "color": "4fc3f7", |
| "description": "The situation is complex, emergent practices used.", |
| "aliases": ["complex"] |
| }, |
| { |
| "name": "work: complicated", |
| "color": "81d4fa", |
| "description": "The situation is complicated, good practices used.", |
| "aliases": ["complicated"] |
| }, |
| { |
| "name": "work: obvious", |
| "color": "e1f5fe", |
| "description": "The situation is obvious, best practices used.", |
| "aliases": ["obvious"] |
| }, |
| { |
| "name": "ci: lint", |
| "color": "F9D0C4", |
| "description": "Automatically fix the linters issues and make a commit", |
| "aliases": ["ci:lint"] |
| }, |
| { |
| "name": "ci: benchmark", |
| "color": "F9D0C4", |
| "description": "Runs benchmarks", |
| "aliases": ["ci:benchmark"] |
| }, |
| { |
| "name": "type: provider", |
| "color": "0075ca", |
| "description": "Updates provider.json configuration.", |
| "aliases": ["provider", "update: provider"] |
| }, |
| { |
| "name": "ci: test-jit", |
| "color": "F9D0C4", |
| "description": "Run all integration tests for the JIT optimized engine", |
| "aliases": ["ci:test-jit"] |
| }, |
| { |
| "name": "os: windows", |
| "color": "0078d4", |
| "description": "Windows-specific issue or feature.", |
| "aliases": ["windows", "win32", "platform: windows"] |
| }, |
| { |
| "name": "onlydust-wave", |
| "color": "FF6D00", |
| "description": "Related to OnlyDust Wave Hackathon" |
| }, |
| { |
| "name": "ci: build all targets", |
| "color": "F9D0C4", |
| "description": "Build release binaries for all target platforms in CI", |
| "aliases": ["ci:build-all-targets", "build-all-targets"] |
| }, |
| { |
| "name": "bounty", |
| "color": "F9C74F", |
| "description": "This issue has a bounty attached.", |
| "aliases": ["bounty:open"] |
| }, |
| { |
| "name": "bounty: $100", |
| "color": "F9C74F", |
| "description": "This issue has a $100 bounty attached.", |
| "aliases": ["bounty:100", "bounty: π° $100"] |
| }, |
| { |
| "name": "bounty: $200", |
| "color": "F9C74F", |
| "description": "This issue has a $200 bounty attached.", |
| "aliases": ["bounty:200", "bounty: π° $200"] |
| }, |
| { |
| "name": "bounty: $300", |
| "color": "F9C74F", |
| "description": "This issue has a $300 bounty attached.", |
| "aliases": ["bounty:300", "bounty: π° $300"] |
| }, |
| { |
| "name": "bounty: $500", |
| "color": "F9C74F", |
| "description": "This issue has a $500 bounty attached.", |
| "aliases": ["bounty:500", "bounty: π° $500"] |
| }, |
| { |
| "name": "bounty: $800", |
| "color": "F9C74F", |
| "description": "This issue has a $800 bounty attached.", |
| "aliases": ["bounty:800", "bounty: π° $800"] |
| }, |
| { |
| "name": "bounty: $1300", |
| "color": "F9C74F", |
| "description": "This issue has a $1300 bounty attached.", |
| "aliases": ["bounty:1300", "bounty: π° $1300"] |
| }, |
| { |
| "name": "bounty: $2100", |
| "color": "F9C74F", |
| "description": "This issue has a $2100 bounty attached.", |
| "aliases": ["bounty:2100", "bounty: π° $2100"] |
| }, |
| { |
| "name": "bounty: $3400", |
| "color": "F9C74F", |
| "description": "This issue has a $3400 bounty attached.", |
| "aliases": ["bounty:3400", "bounty: π° $3400"] |
| }, |
| { |
| "name": "bounty: $5500", |
| "color": "F9C74F", |
| "description": "This issue has a $5500 bounty attached.", |
| "aliases": ["bounty:5500", "bounty: π° $5500"] |
| }, |
| { |
| "name": "bounty: claimed", |
| "color": "F9C74F", |
| "description": "This bounty has been claimed and is being worked on.", |
| "aliases": ["bounty:claimed"] |
| }, |
| { |
| "name": "bounty: rewarded", |
| "color": "F9C74F", |
| "description": "This bounty has been completed and the reward paid out.", |
| "aliases": ["bounty:rewarded", "bounty:earned"] |
| }, |
| { |
| "name": "severity: low", |
| "color": "FFEB3B", |
| "description": "Minor impact; does not significantly affect functionality.", |
| "aliases": ["severity:low"] |
| }, |
| { |
| "name": "severity: high", |
| "color": "FF9800", |
| "description": "Significant impact; core functionality is impaired.", |
| "aliases": ["severity:high"] |
| }, |
| { |
| "name": "severity: critical", |
| "color": "B71C1C", |
| "description": "Severe impact; system is unusable or data is at risk.", |
| "aliases": ["severity:critical", "critical"] |
| } |
| ] |
|
|