Skip to content

Commit

Permalink
Merge pull request #936 from hzxuzhonghu/contributing
Browse files Browse the repository at this point in the history
Update contributing guide
  • Loading branch information
kmesh-bot authored Oct 9, 2024
2 parents ec2d3bd + 2ed017c commit 88dceea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,10 @@ To submit a proposed change, please develop the code/fix and add new test cases.
After that, run these local verifications before submitting pull request to predict the pass or
fail of continuous integration.

* Run and pass `make verify`
* Run and pass `make test`
* Run and pass `make gen-check`
* To compile, refer to [Compile and Build Kmesh](https://kmesh.net/en/docs/developer/build-guide/)
* To run unit test, refer to [Run Unit Test](https://kmesh.net/en/docs/developer/run-ut/)
* To run e2e test, refer to [Run E2E Test](https://kmesh.net/en/docs/developer/e2e-guide/)

## Code Review

Expand Down

0 comments on commit 88dceea

Please sign in to comment.