From 2011e493477d6ecd70fd6a278096959c9a84bd28 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 18 Apr 2024 16:59:21 +0200 Subject: [PATCH] github/ISSUE_TEMPLATE: link the GitHub discussions too ... and move the feature request line to the bottom. --- .github/ISSUE_TEMPLATE/config.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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.