|
| 1 | +# Warning |
| 2 | +- color: "ee0701" |
| 3 | + description: "Categorize to note any change that requires extra attention." |
| 4 | + name: ":warning: breaking change" |
| 5 | +- color: "ee0701" |
| 6 | + description: "Categorize bug reports." |
| 7 | + name: ":warning: bug" |
| 8 | + from_name: "bug" |
| 9 | +- color: "ee0701" |
| 10 | + description: "Categorize vulnerability reports." |
| 11 | + name: ":warning: vulnerability" |
| 12 | + |
| 13 | +# Task Types |
| 14 | +- color: "1d76db" |
| 15 | + description: "Improvements or additions to documentation." |
| 16 | + name: ":pencil2: documentation" |
| 17 | + from_name: "documentation" |
| 18 | +- color: "1d76db" |
| 19 | + description: "A new feature of the project." |
| 20 | + name: ":pencil2: feature" |
| 21 | + from_name: "enhancement" |
| 22 | +- color: "1d76db" |
| 23 | + description: "Any dependency updates, housekeeping, or maintenance work." |
| 24 | + name: ":pencil2: maintenance" |
| 25 | + |
| 26 | +# Highlight |
| 27 | +- color: "0e8a16" |
| 28 | + description: "Good for newcomers." |
| 29 | + name: ":fire: good first issue" |
| 30 | + from_name: "good first issue" |
| 31 | +- color: "0e8a16" |
| 32 | + description: "Extra attention is needed." |
| 33 | + name: ":fire: help wanted" |
| 34 | + from_name: "help wanted" |
| 35 | + |
| 36 | +# Cancel |
| 37 | +- color: "b60205" |
| 38 | + description: "This issue or pull request already exists." |
| 39 | + name: ":pray: duplicate" |
| 40 | + from_name: "duplicate" |
| 41 | +- color: "b60205" |
| 42 | + description: "This issue or pull request is invalid." |
| 43 | + name: ":pray: invalid" |
| 44 | + from_name: "invalid" |
| 45 | +- color: "b60205" |
| 46 | + description: "This will not be worked on." |
| 47 | + name: ":pray: wontfix" |
| 48 | + from_name: "wontfix" |
| 49 | + |
| 50 | +# Size |
| 51 | +- color: "cfd3d7" |
| 52 | + description: "Extra Small size issue or PR." |
| 53 | + name: "size/XS" |
| 54 | +- color: "cfd3d7" |
| 55 | + description: "Small size issue or PR." |
| 56 | + name: "size/S" |
| 57 | +- color: "cfd3d7" |
| 58 | + description: "Medium size issue or PR." |
| 59 | + name: "size/M" |
| 60 | +- color: "cfd3d7" |
| 61 | + description: "Large size issue or PR." |
| 62 | + name: "size/L" |
| 63 | +- color: "cfd3d7" |
| 64 | + description: "Extra Large size issue or PR." |
| 65 | + name: "size/XL" |
0 commit comments