|
1 | | -# Label taxonomy for convilyn-python. The issue/PR templates + CONTRIBUTING reference |
2 | | -# these; this file is the source of truth. Apply with: |
3 | | -# scripts/oss/apply_repo_settings.sh CoreNovus/convilyn-python (uses `gh label create`) |
4 | | -# or a label-sync Action. Keep names stable — the issue templates hard-code them. |
5 | | - |
6 | | -- name: bug |
7 | | - color: d73a4a |
8 | | - description: Something isn't working |
9 | | -- name: enhancement |
10 | | - color: a2eeef |
11 | | - description: New feature or request |
12 | | -- name: documentation |
13 | | - color: 0075ca |
14 | | - description: Docs, examples, or README |
15 | | -- name: question |
16 | | - color: d876e3 |
17 | | - description: A usage question (prefer Discussions for open-ended ones) |
18 | | -- name: needs-triage |
19 | | - color: ededed |
20 | | - description: Awaiting a maintainer's first look |
21 | | -- name: good first issue |
22 | | - color: 7057ff |
23 | | - description: Good for newcomers |
24 | | -- name: help wanted |
25 | | - color: 008672 |
26 | | - description: Extra attention is welcome |
27 | | -- name: upstreamed |
28 | | - color: 5319e7 |
29 | | - description: Accepted and converted into a monorepo PR (authorship preserved) |
30 | | -- name: needs-info |
31 | | - color: fef2c0 |
32 | | - description: Blocked on more information from the reporter |
33 | | -- name: wontfix |
34 | | - color: ffffff |
35 | | - description: This will not be worked on |
36 | | -- name: duplicate |
37 | | - color: cfd3d7 |
38 | | - description: Already tracked elsewhere |
39 | | -- name: dependencies |
40 | | - color: 0366d6 |
41 | | - description: Dependency updates (Dependabot) |
42 | | -- name: security |
43 | | - color: b60205 |
44 | | - description: Security-relevant (prefer private reporting — see SECURITY.md) |
| 1 | +# Label taxonomy for convilyn-python. The issue/PR templates + CONTRIBUTING reference |
| 2 | +# these; this file is the source of truth. Apply with: |
| 3 | +# scripts/oss/apply_repo_settings.sh CoreNovus/convilyn-python (uses `gh label create`) |
| 4 | +# or a label-sync Action. Keep names stable — the issue templates hard-code them. |
| 5 | + |
| 6 | +- name: bug |
| 7 | + color: d73a4a |
| 8 | + description: Something isn't working |
| 9 | +- name: enhancement |
| 10 | + color: a2eeef |
| 11 | + description: New feature or request |
| 12 | +- name: documentation |
| 13 | + color: 0075ca |
| 14 | + description: Docs, examples, or README |
| 15 | +- name: question |
| 16 | + color: d876e3 |
| 17 | + description: A usage question (prefer Discussions for open-ended ones) |
| 18 | +- name: needs-triage |
| 19 | + color: ededed |
| 20 | + description: Awaiting a maintainer's first look |
| 21 | +- name: good first issue |
| 22 | + color: 7057ff |
| 23 | + description: Good for newcomers |
| 24 | +- name: help wanted |
| 25 | + color: 008672 |
| 26 | + description: Extra attention is welcome |
| 27 | +- name: upstreamed |
| 28 | + color: 5319e7 |
| 29 | + description: Accepted and converted into a monorepo PR (authorship preserved) |
| 30 | +- name: needs-info |
| 31 | + color: fef2c0 |
| 32 | + description: Blocked on more information from the reporter |
| 33 | +- name: wontfix |
| 34 | + color: ffffff |
| 35 | + description: This will not be worked on |
| 36 | +- name: duplicate |
| 37 | + color: cfd3d7 |
| 38 | + description: Already tracked elsewhere |
| 39 | +- name: dependencies |
| 40 | + color: 0366d6 |
| 41 | + description: Dependency updates (Dependabot) |
| 42 | +- name: security |
| 43 | + color: b60205 |
| 44 | + description: Security-relevant (prefer private reporting — see SECURITY.md) |
0 commit comments