From db8b41b058b87d1911671b63073df1cef331887b Mon Sep 17 00:00:00 2001 From: Ben Date: Wed, 9 Dec 2020 09:22:19 -0800 Subject: [PATCH] make tour work on all branches --- .tours/contributing.tour | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.tours/contributing.tour b/.tours/contributing.tour index 5a3f393e..1c5368ea 100644 --- a/.tours/contributing.tour +++ b/.tours/contributing.tour @@ -147,6 +147,5 @@ "line": 1, "description": "code-server makes use of VS Code's frontend web/remote support. Most of the patch implements the remote server since that portion of the code is closed source and not released with VS Code.\n\nWe also have a few bug fixes and have added some features (like client-side extensions). See CONTRIBUTING.md for a list.\n\nWe make an effort to keep the patch as small as possible." } - ], - "ref": "master" + ] }