From ef82f394312e6f1c100f5153187d5537d701384f Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Tue, 16 Aug 2022 08:08:39 +1000 Subject: better PR template --- .github/pull_request_template.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 3c0262906..6c6a32467 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -3,6 +3,8 @@ - **Please check if the PR fulfills these requirements** * [ ] 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 .`) +* [ ] 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)) * [ ] Docs (specifically `docs/Config.md`) have been updated if necessary +* [ ] You've read through your own file changes for silly mistakes etc -- cgit v1.2.3