Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

贡献指南

快速开始

git clone https://github.com/YangYuS8/wayvid
cd wayvid
cargo build --all-features
cargo test
cargo clippy

Before PR

  • cargo fmt
  • cargo clippy --all-features -- -D warnings
  • cargo test --all-features
  • Update CHANGELOG.md if user-facing

Commit Format

type(scope): description

feat(gui): Add video source browser
fix(mpv): Fix memory leak
docs: Update installation

Types: feat, fix, docs, refactor, perf, test, chore

错误报告

包括:

  • wayvid 版本
  • Compositor
  • 重现步骤
  • Logs: RUST_LOG=debug wayvid run

许可证

MIT OR Apache-2.0