diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-02-18 11:55:59 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-02-18 11:55:59 +0100 |
commit | b7cd7aabd4e297f28fc459818c9f5be8a2ef46f9 (patch) | |
tree | dccba7af2204d687283513adf40615ab4ddf0cea /.github | |
parent | 4c6ca527b01bb3e5db3364a5fa036a228fa12e52 (diff) | |
download | curl-b7cd7aabd4e297f28fc459818c9f5be8a2ef46f9.tar.gz |
ISSUE_TEMPLATE: github issue template
First version, try this out!
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE new file mode 100644 index 000000000..a7ef910fd --- /dev/null +++ b/.github/ISSUE_TEMPLATE @@ -0,0 +1,9 @@ +### I did this + +### I expected the following + +### curl/libcurl version + +[curl -V output perhaps?] + +### operating system |