From 8a6b80fe7638d5af203e950185bf6e4effeb9b94 Mon Sep 17 00:00:00 2001 From: Petr Onderka Date: Fri, 5 Aug 2016 23:42:17 +0200 Subject: [PATCH 1/2] 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. From 6c7bb0eebeb1a194b65907429c26ba49ab817b32 Mon Sep 17 00:00:00 2001 From: Petr Onderka Date: Fri, 5 Aug 2016 23:46:49 +0200 Subject: [PATCH 2/2] Link directly to the known issues document The current link is to a document that links to the right document. --- Documentation/issue-filing-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/issue-filing-guide.md b/Documentation/issue-filing-guide.md index 7d324f612..d91132709 100644 --- a/Documentation/issue-filing-guide.md +++ b/Documentation/issue-filing-guide.md @@ -13,7 +13,7 @@ possible and can triage effectively. The below steps are something that we believe is not a huge increase in process, but would help us react much faster to any issues that are filed. -1. Check if the [known issues](known-issues.md) cover the issue you are running +1. Check if the [known issues](https://github.com/dotnet/core/blob/master/cli/known-issues.md) cover the issue you are running into. We are collecting issues that are known and that have workarounds, so it could be that you can get unblocked pretty easily.