diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-12-11 19:37:44 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-12-11 19:37:44 +0100 |
commit | 5fad800efdf1cb84f863f3634b85c898fb3d0d66 (patch) | |
tree | ce8a1427e2bded94f5e8af98d53f5599b6cb14f0 /.github | |
parent | 65c3d3fe94933d4333273be32688969c6b7fbf95 (diff) | |
download | curl-5fad800efdf1cb84f863f3634b85c898fb3d0d66.tar.gz |
ISSUE_TEMPLATE: try mentioning known bugs/todo in new issue template
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE index a7ef910fd..224b8719e 100644 --- a/.github/ISSUE_TEMPLATE +++ b/.github/ISSUE_TEMPLATE @@ -1,3 +1,6 @@ +[ 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 ### I expected the following |