From ba6803696e8b95280bea0021ad5b9f14f204a080 Mon Sep 17 00:00:00 2001 From: xiangxinyong Date: Mon, 23 Dec 2019 20:11:09 +0800 Subject: [PATCH] add label --- en/label.md | 4 ++-- zh/sig-infra/label.md | 49 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+), 2 deletions(-) create mode 100644 zh/sig-infra/label.md diff --git a/en/label.md b/en/label.md index c7b4f9625..c06508ed1 100644 --- a/en/label.md +++ b/en/label.md @@ -1,6 +1,6 @@ -## OpenEuler Community Label +## openEuler Community Label -There are lots of labels for all of the projects in OpenEuler Community. +There are lots of labels for all of the projects in openEuler Community. These labels represent meaningful description in the Issue or Pull Request. The labels incluing as follows: diff --git a/zh/sig-infra/label.md b/zh/sig-infra/label.md new file mode 100644 index 000000000..114d12ba1 --- /dev/null +++ b/zh/sig-infra/label.md @@ -0,0 +1,49 @@ +## openEuler社区标签 + +openEuler社区所有的项目都有很多标签。 +这些标签给予了Issue和Pull Request某些特定的含义。 +这些标签包括: + +### CLA + +* openeuler-cla/yes +* openeuler-cla/no + +### Kind + +* kind/api-change +* kind/bug +* kind/cleanup +* kind/design +* kind/documentation +* kind/failing-test +* kind/feature +* kind/enhancement + +### Priority + +* priority/high +* priority/medium +* priority/low + +### Sig + +* sig/kernel +* sig/driver +* sig/testing +* sig/release +* sig/doc +* sig/api + +### CI + +* lgtm +* approved + +### Others + +* duplicate +* help-wanted +* invalid +* question +* wontfix -- Gitee