1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-10 11:10:18 +02:00
lazygit/.github/pull_request_template.md
Jesse Duffield fbe54512a8 formatting
2022-08-15 20:10:25 +10:00

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