summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-09-30 19:45:55 +1000
committerJesse Duffield <jessedduffield@gmail.com>2023-09-30 19:45:55 +1000
commit0dda8b58d14193ec0457dfb218812fbb4cc3089b (patch)
tree2d914b7dcc941160838ac4f67a57a3aac893f910
parente997d1ae5d24e0940dc30e66af2a3d76f3404808 (diff)
Update PR template to use go generate command
-rw-r--r--.github/pull_request_template.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index da1ffa5b7..9d789cd78 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`)
+* [ ] Cheatsheets are up-to-date (run `go generate ./...`)
* [ ] Code has been formatted (see [here](https://github.com/jesseduffield/lazygit/blob/master/CONTRIBUTING.md#code-formatting))
* [ ] Tests have been added/updated (see [here](https://github.com/jesseduffield/lazygit/blob/master/pkg/integration/README.md) for the integration test guide)
* [ ] Text is internationalised (see [here](https://github.com/jesseduffield/lazygit/blob/master/CONTRIBUTING.md#internationalisation))