From fbe54512a882916d61814a1b1f58e3fcbf5f9236 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Mon, 15 Aug 2022 20:10:25 +1000 Subject: formatting --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 646a6913b..3c0262906 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,7 +2,7 @@ - **Please check if the PR fulfills these requirements** -* [ ] Cheatsheets are up-to-date (run `go run scripts/cheatsheet/main.go generate` if not) +* [ ] 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 +* [ ] Docs (specifically `docs/Config.md`) have been updated if necessary -- cgit v1.2.3