summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-08-15 20:10:25 +1000
committerJesse Duffield <jessedduffield@gmail.com>2022-08-15 20:10:25 +1000
commitfbe54512a882916d61814a1b1f58e3fcbf5f9236 (patch)
tree70b89d6069722ad158530946962444f7524dc6fc
parent7fd0e55b7ff4cf9c0fb955e96f2988a254194397 (diff)
formatting
-rw-r--r--.github/pull_request_template.md4
1 files changed, 2 insertions, 2 deletions
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