Skip to content

Commit

Permalink
Add more labels
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenL committed Sep 28, 2024
1 parent 0456229 commit a014dce
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions labels.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
"description": "Involves API usage and documented behavior",
"name": "scope: api"
},
{
"description": "Involves browser engine",
"name": "scope: browser"
},
{
"description": "Involves build system/scripts",
"name": "scope: build"
Expand All @@ -26,6 +30,22 @@
"description": "Involves documentation such as the readme file and examples",
"name": "scope: documentation"
},
{
"description": "Involves interoperability",
"name": "scope: interoperability"
},
{
"description": "Involves performance and optimization",
"name": "scope: performance"
},
{
"description": "Involves security",
"name": "scope: security"
},
{
"description": "Involves user interface areas such as application lifecycle and window management",
"name": "scope: ui"
},
{
"description": "Issue or pull request is blocked by another issue or PR",
"name": "status: blocked"
Expand Down Expand Up @@ -62,13 +82,17 @@
"description": "Pull request is an improvement of existing functionality",
"name": "type: improvement"
},
{
"description": "Pull request focuses on quality assurance such as addition or improvement of tests",
"name": "type: quality assurance"
},
{
"description": "Pull request refactors code without changing behavior",
"name": "type: refactor"
},
{
"description": "Pull request focuses on quality assurance such as addition or improvement of tests",
"name": "type: quality assurance"
"description": "Issue describes a regression",
"name": "type: regression"
},
{
"description": "Help from the community is requested",
Expand Down

0 comments on commit a014dce

Please sign in to comment.