diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-03-10 10:32:01 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-03-10 10:32:01 +0100 |
commit | 7c847ab9d522c4ee08060f93726f22ea6037db06 (patch) | |
tree | 99aea7eda081ed3395784be4b67fc90b3b770a1e /.github | |
parent | 12f04142c1923069cbf60bdb3789a95c464daf6d (diff) | |
download | curl-7c847ab9d522c4ee08060f93726f22ea6037db06.tar.gz |
ISSUE_TEMPLATE: for bugs, ask questions on the mailing list
and try to add the top comment within an HTML comment in the hope
that it might get hidden if the text is kept
Diffstat (limited to '.github')
-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 |