winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 28711270db1b3950f2ef614cfd934b8f3543f1ba
parent 91a1729d3e2ec7261edc5faf91f3c114bc3f3f8c
Author: SpecterShell <56779163+SpecterShell@users.noreply.github.com>
Date:   Thu,  3 Nov 2022 00:36:07 +0800

Add an issue option to guide users to winget-pkgs for package issues (#2658)


Diffstat:
M.github/ISSUE_TEMPLATE/config.yml | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: true contact_links: + - name: Package issues + url: https://github.com/microsoft/winget-pkgs/issues + about: Please create issues related to the packages here. - name: General Question url: https://github.com/microsoft/winget-cli/discussions/new about: Have a question on something? Start a new discussion thread.