From 8a6b80fe7638d5af203e950185bf6e4effeb9b94 Mon Sep 17 00:00:00 2001 From: Petr Onderka Date: Fri, 5 Aug 2016 23:42:17 +0200 Subject: [PATCH] Remove mention of labels and milestones in issue guide Users can't select labels or milestones, so there is no reason to mention them here. --- Documentation/issue-filing-guide.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Documentation/issue-filing-guide.md b/Documentation/issue-filing-guide.md index 4daf160d3..7d324f612 100644 --- a/Documentation/issue-filing-guide.md +++ b/Documentation/issue-filing-guide.md @@ -17,12 +17,6 @@ but would help us react much faster to any issues that are filed. into. We are collecting issues that are known and that have workarounds, so it could be that you can get unblocked pretty easily. -2. Add a label to determine which type of issue it is. If it is a defect, use -the "bug" label, if it is a suggestion for a feature, use the "enhancement" -label. This helps the team get to defects more effectively. - -3. Unless you are sure in which milestone the issue falls into, leave it blank. - 4. /cc the person that the issue should be assigned to (or @blackdwarf) so that person would get notified. In this way the correct person can immediately jump on the issue and triage it.