Prerequisite:
- rust dev toolchain (see rustup if needed) including cargo, cargo check,cargo clippy,
- pre-commit (install using pip install --user pre-commit if needed)
Steps:
- Fork this this repository, then clone the fork using git and enter it
- Install precommit hooks pre-commit install --install-hooks
- Checkout a branch for your contribution git checkout -b my-new-feature
- Push your new feature
- Open an MR at lihe07/bilibili_comics_downloader