remove part of docs

We don't really this line anymore. We don't want anyone to modify those 2 files.
This commit is contained in:
Stefan Feješ
2018-01-12 12:13:35 +01:00
parent a1789d2b03
commit 1cb97e2633

View File

@ -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.