Skip to content

Commit

Permalink
add PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseduffield committed Aug 15, 2022
1 parent 13b04e9 commit 7fd0e55
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- **PR Description**

- **Please check if the PR fulfills these requirements**

* [ ] Cheatsheets are up-to-date (run `go run scripts/cheatsheet/main.go generate` if not)
* [ ] 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

0 comments on commit 7fd0e55

Please sign in to comment.