Skip to content

Commit

Permalink
chore(github): cleanup label descriptions
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
  • Loading branch information
unicornware committed Aug 25, 2022
1 parent 6c8ae59 commit 25edccb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
color: e7034b

- name: status:needs-triage
description: needs verification and minimal reproduction
description: needs further assessment
color: e7034b

- name: status:prereleased
Expand All @@ -97,27 +97,27 @@
# types of issues, pull requests, and discussions

- name: type:build
description: build system or external dependencies
description: changes to the build system or external dependencies
color: 0052cc

- name: type:chore
description: housekeeping tasks / changes that don't impact external users
color: 0052cc

- name: type:ci
description: continuous integration and deployment
description: ci/cd configuration
color: 0052cc

- name: type:docs
description: improvements or additions to documentation
description: documentation improvements
color: 0052cc

- name: type:feat
description: new feature or request
description: new features and improvements
color: 0052cc

- name: type:fix
description: something isn't working
description: bug reports and fixes
color: 0052cc

- name: type:perf
Expand All @@ -133,5 +133,5 @@
color: 0052cc

- name: type:task
description: project task
description: project tasks
color: 0052cc

0 comments on commit 25edccb

Please sign in to comment.