2022-08-15 12:09:17 +02:00
- **PR Description**
- **Please check if the PR fulfills these requirements**
2022-08-15 12:10:25 +02:00
* [ ] Cheatsheets are up-to-date (run `go run scripts/cheatsheet/main.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