mirror of
https://github.com/jesseduffield/lazygit.git
synced 2024-12-10 11:10:18 +02:00
473f86fcaa
This spares me effort when it comes to making release notes. Yes, sometimes it may be easier to start a message without an imperative e.g. 'When X happens, do Y' but I don't want to overwhelm the contributor with details.
892 B
892 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 (see here)
- Tests have been added/updated (see here for the integration test guide)
- Text is internationalised (see here)
- Docs (specifically
docs/Config.md
) have been updated if necessary - You've read through your own file changes for silly mistakes etc