summaryrefslogtreecommitdiffstats
path: root/.github/pull_request_template.md
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-08-16 08:08:39 +1000
committerJesse Duffield <jessedduffield@gmail.com>2022-08-16 08:08:39 +1000
commitef82f394312e6f1c100f5153187d5537d701384f (patch)
tree2ef6cc0b97ecb336a5bf07ee303a3fae984fecf8 /.github/pull_request_template.md
parentfbe54512a882916d61814a1b1f58e3fcbf5f9236 (diff)
better PR template
Diffstat (limited to '.github/pull_request_template.md')
-rw-r--r--.github/pull_request_template.md4
1 files changed, 3 insertions, 1 deletions
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