From: Daniel Stenberg Date: Thu, 18 Apr 2024 14:59:21 +0000 (+0200) Subject: github/ISSUE_TEMPLATE: link the GitHub discussions too X-Git-Tag: curl-8_8_0~190 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2011e493477d6ecd70fd6a278096959c9a84bd28;p=thirdparty%2Fcurl.git github/ISSUE_TEMPLATE: link the GitHub discussions too ... and move the feature request line to the bottom. --- diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 9ca2c8fd11..ef8c930655 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -4,12 +4,15 @@ blank_issues_enabled: false contact_links: - - name: Feature request - url: https://curl.se/mail/ - about: To propose new features or enhancements, please bring that discussion to a suitable curl mailing list. - - name: Question + - name: Ask a question (without email) + url: https://github.com/curl/curl/discussions + about: Use the Discussion forum here on GitHub + - name: Ask a question (using email) url: https://curl.se/mail/ - about: Questions should go to the mailing list + about: Send question to the suitable mailing list - name: Commercial support url: https://curl.se/support.html about: Several companies are offering paid support for curl/libcurl + - name: Feature request + url: https://curl.se/mail/ + about: To propose new features or enhancements, please bring that discussion to a suitable curl mailing list.