From cc3ee47e470861b4f48b09e1542e54450e80610f Mon Sep 17 00:00:00 2001 From: Arjen Date: Mon, 4 Nov 2019 10:42:34 +0100 Subject: [PATCH] Update HOWTO to say to use this repository as a template instead of creating a fork --- HOWTO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HOWTO.md b/HOWTO.md index 305af2c..9c34f04 100644 --- a/HOWTO.md +++ b/HOWTO.md @@ -1,7 +1,7 @@ Creating a Linter Plugin ======================== -- Fork this repo to bootstrap your new linter. +- Click "use this template" to bootstrap your new linter. - Clone it into Packages. - Change a linter.py. - Update the README and replace `__linter__` placeholders.