]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
github/ISSUE_TEMPLATE: link the GitHub discussions too
authorDaniel Stenberg <daniel@haxx.se>
Thu, 18 Apr 2024 14:59:21 +0000 (16:59 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 18 Apr 2024 14:59:21 +0000 (16:59 +0200)
... and move the feature request line to the bottom.

.github/ISSUE_TEMPLATE/config.yml

index 9ca2c8fd1113ab0a1099384aed3e373d06283595..ef8c93065572bf8ee10515167e5a551f592ac306 100644 (file)
@@ -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.