Skip to content

Commit

Permalink
Fixed contributing section
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Aug 27, 2023
1 parent 8503f56 commit 5313664
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ npm ci
Change code + add autotest in `test/tests/` folder. Run

```bash
npm run lint && npm test
make lint && make test
```

Fix it and commit your changes:
Expand All @@ -28,6 +28,10 @@ git push

In your repository in the GitHub interface, create a pull request.

## Requirement

To work, you need the [make](https://www.gnu.org/software/make/) utility.

## Fixing issues and adding features

Before you start, here are some things to keep in mind:
Expand All @@ -49,7 +53,7 @@ More about the style code is written in the [guide](./JODIT-DEVELOPMENT-GUIDE.md
It is also important that before you create a PR, you run the command without errors:
```bash
npm run lint
make lint
```
We follow simple code formatting rules that your IDE or editor will tell you.
Expand Down

0 comments on commit 5313664

Please sign in to comment.