Merge pull request #1945 from dnephin/issue_triage_doc

Add ISSUE-TRIAGE.md
This commit is contained in:
Aanand Prasad 2015-09-01 13:25:37 -07:00
commit 8479108ee8
2 changed files with 32 additions and 0 deletions

32
project/ISSUE-TRIAGE.md Normal file
View File

@ -0,0 +1,32 @@
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/run |
| area/scale |
| area/tests |
| area/up |