Skip to content

Commit

Permalink
Update contribute.md (#126)
Browse files Browse the repository at this point in the history
Update contribute.md
  • Loading branch information
liushunkkk authored Dec 2, 2024
1 parent d4fc9a3 commit 9fc76a2
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions docs/src/guide/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,24 @@ go install github.com/fsgo/go_fmt/cmd/gorgeous@latest
gorgeous ./...
```

### 5. push
### 5. lint codes

```shell
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
golangci-lint run --fix
```

### 6. push

```shell
git add .
git commit -m "feat(xx): custom message"
git push
```

### 6. pull request
### 7. pull request

Create your pull request!!!

## debug jzero

Expand Down

0 comments on commit 9fc76a2

Please sign in to comment.