|
22 | 22 | - name: "conclusion: off topic"
|
23 | 23 | color: "ff0000"
|
24 | 24 | description: Off topic for this repository
|
| 25 | +# For use when it's not possible to do a true transfer |
| 26 | +# (PRs, different organizations, or maintainer doesn't have write permissions in target repo). |
25 | 27 | - name: "conclusion: moved"
|
26 | 28 | color: "940404"
|
27 | 29 | description: Issue/PR moved to another repository
|
28 |
| - notes: | |
29 |
| - For use when it's not possible to do a true transfer |
30 |
| - (PRs, different organizations, or maintainer doesn't have write permissions in target repo). |
31 | 30 | - name: "conclusion: resolved"
|
32 | 31 | color: "00ff00"
|
33 | 32 | description: Issue was resolved
|
|
43 | 42 | - name: "criticality: low"
|
44 | 43 | color: "c0c0c0"
|
45 | 44 | description: Of low impact
|
| 45 | +# Distinct from the criticality labels in that priority is assigned based on estimated effort in addition to impact. |
46 | 46 | - name: "priority: high"
|
47 | 47 | color: "ffa200"
|
48 | 48 | description: Resolution is a high priority
|
49 |
| - notes: | |
50 |
| - Distinct from the criticality labels in that priority is assigned based on estimated effort in addition to impact. |
51 | 49 | - name: "priority: medium"
|
52 | 50 | color: "ffff00"
|
53 | 51 | description: Resolution is a medium priority
|
|
72 | 70 | - name: "status: blocked"
|
73 | 71 | color: "940404"
|
74 | 72 | description: Progress on this prevented by an external cause
|
| 73 | +# Ideally this would be "status: help wanted", but GitHub gives this label special treatment so it's best to leave it |
| 74 | +# stock. |
75 | 75 | - name: help wanted
|
76 | 76 | color: "ffa200"
|
77 | 77 | description: Assistance from the community is especially welcome
|
78 |
| - notes: | |
79 |
| - Ideally this would be "status: help wanted", but GitHub gives this label special treatment so it's best to leave it |
80 |
| - stock. |
81 | 78 | - name: "topic: infrastructure"
|
82 | 79 | color: "00ffff"
|
83 | 80 | description: Related to repository infrastructure
|
|
89 | 86 | description: Related to documentation for the project
|
90 | 87 | aliases:
|
91 | 88 | - documentation
|
| 89 | +# This includes bugs, but avoids confusion for use in non-code contexts. |
92 | 90 | - name: "type: imperfection"
|
93 | 91 | color: "ff0000"
|
94 | 92 | description: Perceived defect in any part of project
|
95 | 93 | aliases:
|
96 | 94 | - bug
|
97 |
| - notes: This includes bugs, but avoids confusion for use in non-code contexts. |
98 | 95 | - name: "type: enhancement"
|
99 | 96 | color: "008000"
|
100 | 97 | description: Proposed improvement
|
101 | 98 | aliases:
|
102 | 99 | - enhancement
|
| 100 | +# All support request issues must be closed as "conclusion: invalid", redirecting the user to the Arduino forum, but |
| 101 | +# it's still useful to label the closed issues and this type doesn't fit into the imperfection/enhancement dichotomy. |
103 | 102 | - name: "type: support"
|
104 | 103 | color: "ff0000"
|
105 | 104 | description: "OT: Request for help using the project"
|
106 | 105 | aliases:
|
107 | 106 | - question
|
108 |
| - notes: | |
109 |
| - All support request issues must be closed as "conclusion: invalid", redirecting the user to the Arduino forum, but |
110 |
| - it's still useful to label the closed issues and this type doesn't fit into the imperfection/enhancement dichotomy. |
0 commit comments