mirror of
https://github.com/jesseduffield/lazygit.git
synced 2024-12-10 11:10:18 +02: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