summaryrefslogtreecommitdiffstats
path: root/.github/pull_request_template.md
blob: 3c026290611efe6f1be8dfb96f6f010f7b98ffba (plain)
1
2
3
4
5
6
7
8
- **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](https://github.com/jesseduffield/lazygit/blob/master/pkg/integration/README.md) for the integration test guide)
* [ ] Docs (specifically `docs/Config.md`) have been updated if necessary