Create CONTRIBUTING.md

This commit is contained in:
Oleksii Trekhleb 2018-04-27 16:55:01 +03:00 committed by GitHub
parent 824ad61ff8
commit 1456a54a66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
CONTRIBUTING.md Normal file
View File

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