Skip to content

Commit

Permalink
add code-style guide
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-oleshkevich committed Sep 28, 2023
1 parent a2a09f6 commit 5addac0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,20 @@ Creating an issue is the simplest form of contributing to a project. But there a
If you'd like to learn more about contributing in general, the [Guide to Idiomatic Contributing](https://github.com/jonschlinkert/idiomatic-contributing) has a lot of useful information.


## Coding

### Code style

This project users [pre-commit](https://pre-commit.com/) tool to enforce code style.
You should run it before submitting a pull request. Otherwise, the GitHub action for your PR will fail.

Enable pre-commit:
```shell
# enable pre-commit for the repo
pre-commit install
```
Since now every commit will be style-checked.

## Issues

### Before creating an issue
Expand Down

0 comments on commit 5addac0

Please sign in to comment.