blob: db0c8ee874d86142186f3aa3d0a5645cccb95283 (
plain)
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
|
Priority Definitions
====================
We use these definitions across all components:
+----------------------------------------+-----------------------------+
| Priority | Description |
+========================================+=============================+
| \- | No decision |
+----------------------------------------+-----------------------------+
| P1 | Fix in the current release |
| | cycle |
+----------------------------------------+-----------------------------+
| P2 | Fix in the next release |
| | cycle or the following |
| | (nightly + 1 or nightly + |
| | 2) |
+----------------------------------------+-----------------------------+
| P3 | Backlog |
+----------------------------------------+-----------------------------+
| P4 | Do not use, this priority |
| | is for web platform test |
| | bots |
+----------------------------------------+-----------------------------+
| P5 | Will not fix, but will |
| | accept a patch |
+----------------------------------------+-----------------------------+
|