1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-02 09:21:40 +02:00
lazygit/.github/pull_request_template.md

16 lines
867 B
Markdown
Raw Normal View History

2022-08-15 12:09:17 +02:00
- **PR Description**
- **Please check if the PR fulfills these requirements**
* [ ] 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
<!--
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
-->