mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-01-26 01:41:35 +03:00
490 B
490 B
-
PR Description
-
Please check if the PR fulfills these requirements
- Cheatsheets are up-to-date (run
go run scripts/cheatsheet/main.go generate) - Code has been formatted (run
go install mvdan.cc/gofumpt@latest && gofumpt -l -w .) - Tests have been added/updated (see here for the integration test guide)
- Docs (specifically
docs/Config.md) have been updated if necessary