From 120bed8c1ca14b19f92187843bcf682be81c0bea Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb Date: Fri, 27 Apr 2018 16:57:53 +0300 Subject: [PATCH] Update docs. --- CONTRIBUTING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e6cdc89d..4eb24b03 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,5 @@ ## Contributing -As much as possible, try to follow the existing format of markdown and code. -Don't forget to run `npm run lint` and `npm test` before submitting pull requests. +- As much as possible, try to follow the existing format of markdown and code. +- Don't forget to run `npm run lint` and `npm test` before submitting pull requests. +- Make sure that **100%** of your code is covered by tests.