From bffd7f0f1466fc2f92815b5909837391247b5ee4 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Sat, 1 Feb 2020 13:44:03 +0000 Subject: [PATCH] docs: note how to use GitHub's online editor to edit rclone's docs --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 91cb3af78..c41ea8efd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -203,6 +203,9 @@ don't need to run these when adding a feature. Documentation for rclone sub commands is with their code, eg `cmd/ls/ls.go`. +Note that you can use [GitHub's online editor](https://help.github.com/en/github/managing-files-in-a-repository/editing-files-in-another-users-repository) +for small changes in the docs which makes it very easy. + ## Making a release ## There are separate instructions for making a release in the RELEASE.md