From a3b4c8a0f23b9d6cebc787c603b05a08c07b21a7 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Sun, 21 Feb 2016 10:32:44 +0000 Subject: [PATCH] Add issue template for github --- ISSUE_TEMPLATE.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..6dc842b55 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,13 @@ +When filing an issue, please include the following information if +possible as well as a description of the problem. + +> What is your rclone version (eg output from `rclone -V`) + +> Which OS you are using and how many bits (eg Windows 7, 64 bit) + +> Which cloud storage system are you using? (eg Google Drive) + +> The command you were trying to run (eg `rclone copy /tmp remote:tmp`) + +> A log from the command with the `-v` flag (eg output from `rclone -v copy /tmp remote:tmp`) +