|
| 1 | +# --------------------------------- |
| 2 | +# _____ __ __ ______ _ |
| 3 | +# / ___// /_ ___ / /________ ____ / ____/__ ______________ ______(_) |
| 4 | +# \__ \/ __ \/ _ \/ / ___/ __ \/ __ \ / /_ / _ \/ ___/ ___/ __ `/ ___/ / |
| 5 | +# ___/ / / / / __/ (__ ) /_/ / / / / / __/ / __/ / / / / /_/ / / / / |
| 6 | +# /____/_/ /_/\___/_/____/\____/_/ /_/ /_/ \___/_/ /_/ \__,_/_/ /_/ |
| 7 | +# --------------------------------- |
| 8 | +# Currency Conversion API |
| 9 | +# GitHub Labels Configuration File |
| 10 | +# --------------------------------- |
| 11 | +# This file defines the labels used in the GitHub repository |
| 12 | +# to categorize and prioritize issues and pull requests. |
| 13 | +# --------------------------------- |
| 14 | +# - Warning: Labels for warnings about bugs and vulnerabilities. |
| 15 | +# - Highlight: Labels for highlighting good first issues and those needing extra attention. |
| 16 | +# - Cancel: Labels for marking issues or pull requests as duplicates or those that will not be worked on. |
| 17 | +# - Size: Labels to indicate the size of issues or pull requests. |
| 18 | +# --------------------------------- |
| 19 | + |
| 20 | +# --------------------------------- |
| 21 | +# Warning |
| 22 | +# --------------------------------- |
| 23 | +- color: "ee0701" |
| 24 | + description: "Categorize bug reports." |
| 25 | + name: ":warning: bug" |
| 26 | +- color: "ee0701" |
| 27 | + description: "Categorize vulnerability reports." |
| 28 | + name: ":warning: vulnerability" |
| 29 | + |
| 30 | +# --------------------------------- |
| 31 | +# Highlight |
| 32 | +# --------------------------------- |
| 33 | +- color: "0e8a16" |
| 34 | + description: "Good for newcomers." |
| 35 | + name: ":fire: good first issue" |
| 36 | +- color: "0e8a16" |
| 37 | + description: "Extra attention is needed." |
| 38 | + name: ":fire: help wanted" |
| 39 | + |
| 40 | +# --------------------------------- |
| 41 | +# Cancel |
| 42 | +# --------------------------------- |
| 43 | +- color: "b60205" |
| 44 | + description: "This issue or pull request already exists." |
| 45 | + name: ":pray: duplicate" |
| 46 | +- color: "b60205" |
| 47 | + description: "This will not be worked on." |
| 48 | + name: ":pray: wontfix" |
| 49 | + |
| 50 | +# --------------------------------- |
| 51 | +# Size |
| 52 | +# --------------------------------- |
| 53 | +- color: "cfd3d7" |
| 54 | + description: "Extra Small size issue or PR." |
| 55 | + name: "size/XS" |
| 56 | +- color: "cfd3d7" |
| 57 | + description: "Small size issue or PR." |
| 58 | + name: "size/S" |
| 59 | +- color: "cfd3d7" |
| 60 | + description: "Medium size issue or PR." |
| 61 | + name: "size/M" |
| 62 | +- color: "cfd3d7" |
| 63 | + description: "Large size issue or PR." |
| 64 | + name: "size/L" |
| 65 | +- color: "cfd3d7" |
| 66 | + description: "Extra Large size issue or PR." |
| 67 | + name: "size/XL" |
0 commit comments