summaryrefslogtreecommitdiff
path: root/project/ISSUE-TRIAGE.md
blob: b89cdc240a99490192d570429ce5c5c68c647583 (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
28
29
30
31
32
33
34
35
Triaging of issues
------------------

The docker-compose issue triage process follows
https://github.com/docker/docker/blob/master/project/ISSUE-TRIAGE.md
with the following additions or exceptions.


### Classify the Issue

The following labels are provided in additional to the standard labels:

| Kind         | Description                                                       |
|--------------|-------------------------------------------------------------------|
| kind/cleanup | A refactor or improvement that is related to quality not function |
| kind/parity  | A request for feature parity with docker cli                      |


### Functional areas

Most issues should fit into one of the following functional areas:

| Area            |
|-----------------|
| area/build      |
| area/cli        |
| area/config     |
| area/logs       |
| area/networking |
| area/packaging  |
| area/run        |
| area/scale      |
| area/tests      |
| area/up         |
| area/volumes    |