From 055dc2d9a298f58f828d3918f6d4319e1dcd853d Mon Sep 17 00:00:00 2001 From: Christopher Dahm Date: Sun, 2 Dec 2018 09:33:08 -0500 Subject: [PATCH] docs: file new issue needs to have opener choose type from template (#27400) The submission guidelines for submitting an issue directs issue reporters to a pre-filled unformatted issue form. Reporters need directed to choose from the issue templates. Fixes #27398 PR Close #27400 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 31d5ba6065..57a3606f00 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -63,7 +63,7 @@ We will be insisting on a minimal reproduce scenario in order to save maintainer Unfortunately, we are not able to investigate / fix bugs without a minimal reproduction, so if we don't hear back from you we are going to close an issue that doesn't have enough info to be reproduced. -You can file new issues by filling out our [new issue form](https://github.com/angular/angular/issues/new). +You can file new issues by selecting from our [new issue templates](https://github.com/angular/angular/issues/new/choose) and filling out the form. ### Submitting a Pull Request (PR)