This is an automated email from the ASF dual-hosted git repository.
liujun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.wiki.git
The following commit(s) were added to refs/heads/master by this push:
new ce277af Created Label an Issue (markdown)
ce277af is described below
commit ce277af347a703251ae777ffcd4c1b677f8cdf82
Author: ken.lj <[email protected]>
AuthorDate: Tue Jul 10 11:00:17 2018 +0800
Created Label an Issue (markdown)
---
Label-an-Issue.md | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/Label-an-Issue.md b/Label-an-Issue.md
new file mode 100644
index 0000000..5f8d8ea
--- /dev/null
+++ b/Label-an-Issue.md
@@ -0,0 +1,28 @@
+If you are handling an issue, remember to **mark the issue cearly with one or
more labels** whenever you think it's meaningful. With labels on, other
developers can easily recognize problems, classify them or track progress.
+
+For issues or pull requests that need coding and further version release to
fix, you should always **mark it with a
[milestone](https://github.com/apache/incubator-dubbo/milestones)**.
+
+Some frequently used labels:
+* Help Wanted
+ * help wanted
+ * good first issue
+
+* Prority
+ * priority/blocker
+ * priority/high
+ * priority/low
+ * priority/normal
+
+* Status
+ * status/need-triage
+ * status/DO-NOT-MERGE
+ * status/READY-TO-MERGE
+ * status/invalid
+ * status/wontfix
+
+* Type
+ * type/bug
+ * type/documentation
+ * type/enhancement
+ * type/feature
+