-
Notifications
You must be signed in to change notification settings - Fork 0
/
labels.yaml
120 lines (120 loc) · 3.88 KB
/
labels.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
---
- name: "A-build"
color: "f7e101"
description: "Area: CI build infrastructure."
- name: "A-build-target"
color: "f7e101"
description: "Area: Support for builds of specific targets."
- name: "A-crate-features"
color: "f7e101"
description: "Area: Compile-time features or attributes."
- name: "A-deps"
color: "f7e101"
description: "Area: Source and library dependencies."
- name: "A-packaging"
color: "f7e101"
description: "Area: Packaging releases for distribution."
- name: "A-path-expand"
color: "f7e101"
description: "Area: Path expansion."
- name: "A-path-normalize"
color: "f7e101"
description: "Area: Path normalization."
- name: "A-performance"
color: "f7e101"
description: "Area: Performance improvements and optimizations."
- name: "A-project"
color: "f7e101"
description: "Area: Infrastructure for running an open source project."
- name: "A-release"
color: "f7e101"
description: "Area: crates.io releases and version bumps."
- name: "A-security"
color: "f7e101"
description: "Area: Security vulnerabilities and unsoundness issues."
- name: "C-bug"
color: "c1c8ff"
description: "Category: This is a bug."
- name: "C-docs"
color: "c1c8ff"
description: "Category: Improvements or additions to documentation."
- name: "C-enhancement"
color: "c1c8ff"
description: "Category: New feature or request."
- name: "C-quality"
color: "c1c8ff"
description: "Category: Refactoring, cleanup, and quality improvements."
- name: "C-question"
color: "c1c8ff"
description: "Category: Further information is requested."
- name: "E-easy"
color: "02e10c"
description:
"Call for participation: Experience needed to fix: Easy / not much."
- name: "E-medium"
color: "02e10c"
description:
"Call for participation: Experience needed to fix: Medium / intermediate."
- name: "E-hard"
color: "02e10c"
description: "Call for participation: Experience needed to fix: Hard / a lot."
- name: "E-help-wanted"
color: "02e10c"
description: "Call for participation: Help is requested to fix this issue."
- name: "E-needs-test"
color: "02e10c"
description: "Call for participation: Writing correctness tests."
- name: "O-linux"
color: "6e6ec0"
description: "Target: Support for building on Linux (GNU / musl) targets."
- name: "O-macOS"
color: "6e6ec0"
description: "Target: Support for building on macOS / Darwin targets."
- name: "O-wasm-emscripten"
color: "6e6ec0"
description:
"Target: Support for building the `wasm32-unknown-emscripten` target."
- name: "O-wasm-unknown"
color: "6e6ec0"
description:
"Target: Support for building the `wasm32-unknown-unknown` target."
- name: "O-windows"
color: "6e6ec0"
description:
"Target: Support for building on Windows targets like
`x86_64-pc-windows-msvc`."
- name: "S-archive"
color: "d3dddd"
description: "Status: This pull request exists to archive an unmerged branch."
- name: "S-blocked"
color: "d3dddd"
description:
"Status: Marked as blocked ❌ on something else such as other implementation
work."
- name: "S-do-not-merge"
color: "d3dddd"
description: "Status: This pull request should not be merged."
- name: "S-duplicate"
color: "d3dddd"
description: "Status: This issue or pull request already exists."
- name: "S-invalid"
color: "d3dddd"
description: "Status: This issue or pull request is not well-formed."
- name: "S-postponed"
color: "d3dddd"
description:
"Status: This issue or pull request is being postponed until later."
- name: "S-speculative"
color: "d3dddd"
description: "Status: This is just an idea."
- name: "S-stale"
color: "d3dddd"
description:
"Status: This PR is stale. Please open a new PR if you'd like to pick this
back up."
- name: "S-wip"
color: "d3dddd"
description: "Status: This pull request is a work in progress."
- name: "S-wontfix"
color: "d3dddd"
description: "Status: This issue or pull request will not be worked on."