Create contributor_guide.md (#992)
This commit is contained in:
11
docs/en/contributor_guide.md
Normal file
11
docs/en/contributor_guide.md
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# Contributor Guide
|
||||||
|
|
||||||
|
## Format Your Code
|
||||||
|
Use these commands to format your code and pass CI linting tests.
|
||||||
|
|
||||||
|
```
|
||||||
|
pip3 install pre-commit
|
||||||
|
cd sglang
|
||||||
|
pre-commit install .
|
||||||
|
pre-commit run --all-files
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user