docs: fix lint update CONTRIBUTING.md (#632)
This commit is contained in:
+1
-1
@@ -130,7 +130,7 @@ To propose PR for the Open-IM-Server item, we assume you have registered a GitHu
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
❯ git rebase upstream/main
|
❯ git rebase upstream/main
|
||||||
❯ make link # golangci-lint run -c .golangci.yml
|
❯ make lint # golangci-lint run -c .golangci.yml
|
||||||
❯ git add -A # add changes to staging
|
❯ git add -A # add changes to staging
|
||||||
❯ git commit -a -s -m "message for your changes" # -s adds a Signed-off-by trailer
|
❯ git commit -a -s -m "message for your changes" # -s adds a Signed-off-by trailer
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user