-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit adds a `.appends/.github/labels.yml` file, which contains the repo-specific labels. This file will automatically be combined with the Exercism-wide labels defined in https://github.com/exercism/org-wide-files/blob/main/global-files/.github/labels.yml to form the `.github/labels.yml` file.
- Loading branch information
1 parent
3918902
commit ca690bc
Showing
1 changed file
with
44 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# ----------------------------------------------------------------------------------------- # | ||
# These are the repository-specific labels that augment the Exercise-wide labels defined in # | ||
# https://github.com/exercism/org-wide-files/blob/main/global-files/.github/labels.yml. # | ||
# ----------------------------------------------------------------------------------------- # | ||
|
||
- name: "bug" | ||
description: "Something isn't working" | ||
color: "d73a4a" | ||
|
||
- name: "dependencies" | ||
description: "Pull requests that update a dependency file" | ||
color: "0366d6" | ||
|
||
- name: "documentation" | ||
description: "Improvements or additions to documentation" | ||
color: "0075ca" | ||
|
||
- name: "duplicate" | ||
description: "This issue or pull request already exists" | ||
color: "cfd3d7" | ||
|
||
- name: "enhancement" | ||
description: "New feature or request" | ||
color: "a2eeef" | ||
|
||
- name: "good first issue" | ||
description: "Good for newcomers" | ||
color: "7057ff" | ||
|
||
- name: "help wanted" | ||
description: "Extra attention is needed" | ||
color: "008672" | ||
|
||
- name: "invalid" | ||
description: "This doesn't seem right" | ||
color: "e4e669" | ||
|
||
- name: "question" | ||
description: "Further information is requested" | ||
color: "d876e3" | ||
|
||
- name: "wontfix" | ||
description: "This will not be worked on" | ||
color: "ffffff" |