-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
An archive of the first version of the GitHub issue labels file for this project.
- Loading branch information
1 parent
85aa1c9
commit 462a99b
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
.github/Issues/!OLD/GitHub_IssueLabels/GitHub_IssueLabels_V1.yml
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,15 @@ | ||
# Default GitHub issue data file (YAML) | ||
issuelabel_1: color1: "#ffffff" title1: "wontfix" description1: "This will not be worked on" | ||
issueLabel_2: color2: "#d876e3" title2: "question" description2: "Further information is requested" | ||
issueLabel_3: color3: "#e4e669" title3: "invalid" description3: "This doesn't seem right" | ||
issueLabel_4: color4: "#008672" title4: "help wanted" description4: "Extra attention is needed" | ||
issueLabel_5: color5: "#7057ff" title5: "good first issue" description5: "Good for newcomers" | ||
issueLabel_6: color6: "#a2eeef" title6: "enhancement" description6: "New feature or request" | ||
issueLabel_7: color7: "#cfd3d7" title7: "duplicate" description7: "This issue or pull request already exists" | ||
issueLabel_8: color8: "#0075ca" title8: "documentation" description8: "Improvements or additions to documentation" | ||
issueLabel_9: color9: "#d73a4a" title9: "bug" description9: "Something isn't working" | ||
issueLabel_10: color10: "#0052CC" title10: "Feature request" description10: "For requests to add to the article." | ||
# Users can also create their own issue labels, and customize the color, title, and description | ||
# issueLabel_11: color11: "#000000" title11: "void" description11: "not yet created" | ||
# No known limit on # of issue labels | ||
# End of file |