Unverified Commit 228cf475 authored by Ying Sheng's avatar Ying Sheng Committed by GitHub
Browse files

Create contributor_guide.md (#992)

parent 3a79613c
# 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
```
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment