浏览代码

Merge pull request #1945 from dnephin/issue_triage_doc

Add ISSUE-TRIAGE.md
Aanand Prasad 10 年之前
父节点
当前提交
8479108ee8
共有 2 个文件被更改,包括 32 次插入0 次删除
  1. 32 0
      project/ISSUE-TRIAGE.md
  2. 0 0
      project/RELEASE-PROCESS.md

+ 32 - 0
project/ISSUE-TRIAGE.md

@@ -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     |

+ 0 - 0
RELEASE_PROCESS.md → project/RELEASE-PROCESS.md