winget-cli

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

commit ab2e0db3d383202cfa30479308e3ba0f6e0ee8e6
parent 614f9d2280fc8104c97136fbfe00f1412c400103
Author: Kaleb Luedtke <trenlymc@gmail.com>
Date:   Wed, 20 Oct 2021 14:13:29 -0500

Add link to new discussion for questions (#1617)

* Add link to new discussion for questions

* Update .github/ISSUE_TEMPLATE/config.yml

Co-authored-by: denelon <denelon@microsoft.com>

Co-authored-by: denelon <denelon@microsoft.com>
Diffstat:
M.github/ISSUE_TEMPLATE/config.yml | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: true -contact_links: +contact_links: + - name: General Question + url: https://github.com/microsoft/winget-cli/discussions/new + about: Have a question on something? Start a new discussion thread. - name: Review open issues url: https://github.com/microsoft/winget-cli/issues about: Please check if your issue or a similar issue has already been submitted \ No newline at end of file