vscode-gradle/CONTRIBUTING.md

13 строки
365 B
Markdown
Исходник Обычный вид История

2019-11-11 23:13:42 +03:00
# 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`