2022-08-15 20:09:17 +10:00
- **PR Description**
- **Please check if the PR fulfills these requirements**
2023-09-30 19:45:55 +10:00
* [ ] Cheatsheets are up-to-date (run `go generate ./...` )
2022-08-16 08:08:39 +10:00
* [ ] Code has been formatted (see [here ](https://github.com/jesseduffield/lazygit/blob/master/CONTRIBUTING.md#code-formatting ))
2022-08-15 20:09:17 +10: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 08:08:39 +10:00
* [ ] Text is internationalised (see [here ](https://github.com/jesseduffield/lazygit/blob/master/CONTRIBUTING.md#internationalisation ))
2022-08-15 20:10:25 +10:00
* [ ] Docs (specifically `docs/Config.md` ) have been updated if necessary
2022-08-16 08:08:39 +10:00
* [ ] You've read through your own file changes for silly mistakes etc
2023-08-28 19:46:45 +10: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
-->