versotile-org / verso

A web browser that plays old world blues to build new world hope
Apache License 2.0
4.68k stars 156 forks source link

feat: use pre-commit hooks to standardize commit messages #158

Closed wugeer closed 3 months ago

wugeer commented 3 months ago

Use pre-commit hooks to do more checks and optimize submission information before submission.

How to use

pip3 install pre-commit
pre-commit install
wusyong commented 3 months ago

This will increase the dependency we have to use. I suppose it's better to have a PR template to ask people to check them manually.

wugeer commented 3 months ago

Yeah, it is ok to inform everyone through documentation that these checks are performed when submitting.