Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryo-ma authored Oct 6, 2023
1 parent 8761a4c commit c74a43c
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,21 @@ http://localhost:8080/?username=ryo-ma

Read the [.editorconfig](./.editorconfig)

## Run deno lint
## What to do before contributing

If you want to contribute to my project, you should check the lint with the
following command.
### 1. Run deno lint

```sh
deno lint --unstable
deno task lint
```

### 2. Run deno fmt

```sh
deno task fmt
```
### 3. Run deno test

```sh
deno task test
```

0 comments on commit c74a43c

Please sign in to comment.