Merge pull request #44 from badsyntax/contributing-docs

Add CONTRIBUTING.md
This commit is contained in:
Richard Willis 2019-11-11 21:14:37 +01:00 коммит произвёл GitHub
Родитель 6ef894b6f4 f0ed3de7eb
Коммит a53fc60260
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 12 добавлений и 0 удалений

12
CONTRIBUTING.md Normal file
Просмотреть файл

@ -0,0 +1,12 @@
# Contributing
## How can I contribute?
Start by opening an issue using one of the issue templates, or propose a change by submitting a pull request. Please include a detailed pull request description.
## Code style
Prettier is used to lint & format the code. The builds will not pass if there are linting issues.
Lint: `npm run lint`
Format: `npm run format`