docs: fix lint update CONTRIBUTING.md

This commit is contained in:
EthanForAi 2023-07-22 20:58:54 +08:00 committed by GitHub
parent edd6a86d12
commit 26dca00575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,7 +130,7 @@ To propose PR for the Open-IM-Server item, we assume you have registered a GitHu
```bash
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 commit -a -s -m "message for your changes" # -s adds a Signed-off-by trailer
```