diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE index 224b8719e..3a93c5bdf 100644 --- a/.github/ISSUE_TEMPLATE +++ b/.github/ISSUE_TEMPLATE @@ -1,5 +1,9 @@ -[ There are collections of known issues to be aware of: - https://curl.haxx.se/docs/knownbugs.html https://curl.haxx.se/docs/todo.html ] +<!-- Only file bugs here! Questions should be taken on the mailing list, + see https://curl.haxx.se/mail/ + + There are collections of known issues to be aware of: + https://curl.haxx.se/docs/knownbugs.html + https://curl.haxx.se/docs/todo.html --> ### I did this @@ -7,6 +11,6 @@ ### curl/libcurl version -[curl -V output perhaps?] +[curl -V output] ### operating system |