Files
VLA/CONTRIBUTING.md
T

18 lines
274 B
Markdown
Raw Normal View History

2025-09-11 13:18:33 +08:00
# Contributing to Wall-x
## Submit a Pull Request
Before opening a pull request, please make sure your code passes the lint checks.
```bash
# Install pre-commit hooks (run once)
pre-commit install
```
Or
```bash
# Manually run all checks
pre-commit run --all-files
```