-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: replaced labels with new syntax
Signed-off-by: Mateusz Urbanek <[email protected]>
- Loading branch information
1 parent
b8bca32
commit 9c26706
Showing
6 changed files
with
14 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,28 @@ | ||
good first issue: | ||
name: good first issue | ||
- name: good first issue | ||
color: 7057ff | ||
description: Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. | ||
help wanted: | ||
name: help wanted | ||
- name: help wanted | ||
color: 006b75 | ||
description: Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. | ||
|
||
area/api: | ||
name: area/api | ||
- name: area/api | ||
color: 0052cc | ||
description: Indicates an issue on api area. | ||
area/dependency: | ||
name: area/dependency | ||
- name: area/dependency | ||
color: 0052cc | ||
description: Issues or PRs related to dependency changes | ||
area/example: | ||
name: area/example | ||
- name: area/example | ||
color: 0052cc | ||
|
||
kind/bug: | ||
name: kind/bug | ||
- name: kind/bug | ||
color: e11d21 | ||
description: Categorizes issue or PR as related to a bug. | ||
kind/documentation: | ||
name: kind/documentation | ||
- name: kind/documentation | ||
color: c7def8 | ||
description: Categorizes issue or PR as related to documentation. | ||
kind/feature: | ||
name: kind/feature | ||
- name: kind/feature | ||
color: c7def8 | ||
description: Categorizes issue or PR as related to a new feature. | ||
kind/support: | ||
name: kind/support | ||
- name: kind/support | ||
color: d455d0 | ||
description: Categorizes issue or PR as a support question. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters