From f0434789cf5cdd2b14ad61a9bd3ee4d8a682fa14 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Thu, 28 Jul 2016 10:38:16 +0100 Subject: [PATCH] Encourage using the latest version before submitting an issue. --- CONTRIBUTING.md | 3 ++- ISSUE_TEMPLATE.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0706252d9..3c2369672 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,8 @@ This is a short guide on how to contribute things to rclone. ## Reporting a bug ## -Bug reports are welcome. Please when submitting add: +Bug reports are welcome. Check your issue exists with the latest +version first. Please add when submitting: * Rclone version (eg output from `rclone -V`) * Which OS you are using and how many bits (eg Windows 7, 64 bit) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 6dc842b55..538232eed 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,5 +1,6 @@ When filing an issue, please include the following information if -possible as well as a description of the problem. +possible as well as a description of the problem. Make sure you are +using the [latest version of rclone](http://rclone.org/downloads/). > What is your rclone version (eg output from `rclone -V`)