From 259ea8228f467798bd854ff51c57c8e37aa67a92 Mon Sep 17 00:00:00 2001 From: vimux Date: Tue, 24 Mar 2020 17:35:10 -0400 Subject: [PATCH] Fix editorconfig lint error --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4957872..2510bf8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -90,8 +90,8 @@ to those feedback, otherwise the PR will be closed after 2-4 weeks of inactivity 1. Run `npm i` in the repository root 1. Create a new *dedicated branch* with descriptive name from `master` 1. Make your change and commit to the new branch from the previous step - 1. Write a clear commit message - 1. If you've added code that need documentation, update the README.md + 1. Write a clear commit message + 1. If you've added code that need documentation, update the README.md 1. Make sure your code lints (`npm test`) 1. Push to your fork 1. Submit a Pull Request (PR) to the upstream