2022-08-15 12:09:17 +02:00
- **PR Description**
- **Please check if the PR fulfills these requirements**
2023-09-30 11:45:55 +02:00
* [ ] Cheatsheets are up-to-date (run `go generate ./...` )
2022-08-16 00:08:39 +02:00
* [ ] Code has been formatted (see [here ](https://github.com/jesseduffield/lazygit/blob/master/CONTRIBUTING.md#code-formatting ))
2022-08-15 12:09:17 +02:00
* [ ] Tests have been added/updated (see [here ](https://github.com/jesseduffield/lazygit/blob/master/pkg/integration/README.md ) for the integration test guide)
2022-08-16 00:08:39 +02:00
* [ ] Text is internationalised (see [here ](https://github.com/jesseduffield/lazygit/blob/master/CONTRIBUTING.md#internationalisation ))
2022-08-15 12:10:25 +02:00
* [ ] Docs (specifically `docs/Config.md` ) have been updated if necessary
2022-08-16 00:08:39 +02:00
* [ ] You've read through your own file changes for silly mistakes etc
2023-08-28 11:46:45 +02:00
<!--
Be sure to name your PR with an imperative e.g. 'Add worktrees view'
see https://github.com/jesseduffield/lazygit/releases/tag/v0.40.0 for examples
-->