Merge pull request #110 from mithro/in-progress-label

infra: Adding in-progress label.
This commit is contained in:
Tim Ansell 2020-07-20 16:17:48 -07:00 committed by GitHub
commit 6b96f722ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

4
.github/labels.yml vendored
View File

@ -26,6 +26,10 @@
description: "This issue is suitable for a new person who has never contributed to the PDK before."
color: "5cafc4" # weird blue
- name: "in-progress"
description: "This issue has someone already working on solving it and has made substantial progress."
color: "ff0010" # bright red
# Labels related to type of GitHub issue
- name: "type-bug"
description: "Something isn't working"