From 1456a54a66b3315f1f3ed65faede4eac3b211b36 Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb Date: Fri, 27 Apr 2018 16:55:01 +0300 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..e6cdc89d --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,4 @@ +## 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.