From e798d256de5e4377b704e63d993dc56ea35df97d Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Tue, 28 Nov 2023 17:03:39 +0100 Subject: [PATCH] docs: update CLI link in github issue template Replace https://github.com/angular/angular-cli/issues/new with https://github.com/angular/angular-cli/issues/new/choose --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index aade328a0..f98e8dfbd 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,7 +1,7 @@ blank_issues_enabled: false contact_links: - name: Bugs and feature requests - url: https://github.com/angular/angular-cli/issues/new + url: https://github.com/angular/angular-cli/issues/new/choose about: Report an issue in Angular Universal in the Angular CLI repository. - name: Support request url: https://github.com/angular/angular-cli/blob/main/CONTRIBUTING.md#question