From 0dbf1230bca160c1a7b2b776e9b744b4336efbd5 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Tue, 20 Jun 2017 15:56:48 +0100 Subject: [PATCH] Update CONTRIBUTING with --fast-list --- CONTRIBUTING.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4982a5e71..39a578724 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -190,8 +190,8 @@ Research Getting going - * Create `remote/remote.go` (copy this from a similar fs) - * Add your fs to the imports in `fs/all/all.go` + * Create `remote/remote.go` (copy this from a similar remote) + * Add your remote to the imports in `fs/all/all.go` Unit tests @@ -205,10 +205,13 @@ Integration tests * Add your fs to `fs/test_all.go` * Make sure integration tests pass with * `cd fs` - * `go test -v -remote TestRemote:` and + * `go test -v -remote TestRemote:` + * If you are making a bucket based remote, then check with this also * `go test -v -remote TestRemote: -subdir` + * And if your remote defines `ListR` this also + * `go test -v -remote TestRemote: -fast-list` -Add your fs to the docs +Add your fs to the docs - you'll need to pick an icon for it from [fontawesome](http://fontawesome.io/icons/). * `README.md` - main Github page * `docs/content/remote.md` - main docs page