From a21380766dae9dff910a95791750f20c2e16d867 Mon Sep 17 00:00:00 2001 From: manuzhang Date: Mon, 4 Dec 2023 11:19:08 +0800 Subject: [PATCH] Make guide more concise --- CONTRIBUTING.md | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index be5959367a..712e7e27d2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -110,23 +110,9 @@ cargo 1.69.0 (6e9a83356 2023-04-12) ## Build -### Compile - -```shell -make build -``` - -### Lint - -```shell -make check -``` - -### Test - -```shell -make test -``` +* To compile the project: `make build` +* To check code styles: `make check` +* To run tests: `make test` ## Code of Conduct