Skip to content

Commit

Permalink
Add aditional GitHub issue labels
Browse files Browse the repository at this point in the history
  • Loading branch information
lopopolo committed Jul 14, 2020
1 parent bace7c1 commit 73e484b
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/labels.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,20 @@
"description": "Area: Compile-time features or attributes."
},
{
"name": "A-hash-table",
"name": "A-data-structure",
"color": "f7e101",
"description": "Area: st_table."
"description": "Area: StHashMap and StHashSet."
},
{
"name": "A-deps",
"color": "f7e101",
"description": "Area: Source and library dependencies."
},
{
"name": "A-hash-table",
"color": "f7e101",
"description": "Area: st_table."
},
{
"name": "A-performance",
"color": "f7e101",
Expand All @@ -39,6 +44,11 @@
"color": "f7e101",
"description": "Area: crates.io releases and version bumps."
},
{
"name": "A-Rust-API",
"color": "f7e101",
"description": "Area: Rust API wrapper around core data structure."
},
{
"name": "A-security",
"color": "f7e101",
Expand Down

0 comments on commit 73e484b

Please sign in to comment.