From 4e8fca725ca3707ed10b29199d496d6a6203b95d Mon Sep 17 00:00:00 2001 From: Patrick Marchand Date: Thu, 4 Jun 2020 11:21:21 -0400 Subject: [PATCH] mention linting in CONTRIBUTING.md more of a test for the drone ci hook honestly --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c50afd9..9495015 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ created. you're updating the CHANGELOG file. 3. Use feature branches for anything else, once they've passed all -CI tests and have been reviewed by other contributors through a +CI test, lints and have been reviewed by other contributors through a pull request, they may be merged into the dev branch.