From 7fd0e55b7ff4cf9c0fb955e96f2988a254194397 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Mon, 15 Aug 2022 20:09:17 +1000 Subject: [PATCH] add PR template --- .github/pull_request_template.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..646a6913b --- /dev/null +++ b/.github/pull_request_template.md @@ -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