From c328d7359c28456293d72f88ca66e88a6033eb02 Mon Sep 17 00:00:00 2001 From: SOF3 Date: Sat, 8 Oct 2016 18:11:09 +0800 Subject: [PATCH] Labels do not have restricted length WhataTerribleFailure @sekjun9878 why did you add that? --- CONTRIBUTING.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2d6e8fba0..8c20cb7f1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -100,9 +100,7 @@ class ExampleClass{ ### Labels To provide a concise bug tracking environment, prevent the issue tracker from over flowing and to keep support requests out of the bug tracker, PocketMine-MP uses a label scheme a bit different from the default GitHub Issues labels. -PocketMine-MP uses GitHub Issues Labels. There are a total of 12 labels. - -Note: For future reference, labels must not be longer than 15 letters. +PocketMine-MP uses Labels to identify the types and status of issues and pull requests. #### Categories Category labels are prefixed by `Related:`. Multiple category labels may be applied to a single issue(but try to keep this to a minimum and do not overuse category labels).