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 + - 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: To propose new features or enhancements, please bring that discussion to a suitable curl mailing list. - - name: Question - 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.