From 1cb97e26335e15ab5e38e09d7f3d41899470ef9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Feje=C5=A1?= Date: Fri, 12 Jan 2018 12:13:35 +0100 Subject: [PATCH] remove part of docs We don't really this line anymore. We don't want anyone to modify those 2 files. --- CONTRIBUTING.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 94c8d1934..1b9f38e15 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,7 +36,6 @@ Here's what you can do to help: - Snippets *should* be abstract enough to be applied to different scenarios. - It is not mandatory but highly appreciated if you provide **test cases** and/or performance tests (we recommend using [jsPerf](https://jsperf.com/)). - You can start creating a new snippet, by using the [snippet template](snippet-template.md) to format your snippets. -- Updating the index.html or README.md files should only be done by altering the scripts in the **scripts** folder or altering their relative static parts in the **static-parts** folder. ### Writing tests - Before writing any tests run `npm run tdd` script. It will update test directory to include new snippets as well as update old ones if needed.