summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-08-15 20:09:17 +1000
committerJesse Duffield <jessedduffield@gmail.com>2022-08-15 20:09:17 +1000
commit7fd0e55b7ff4cf9c0fb955e96f2988a254194397 (patch)
treeb50f42e8d89b7529f431a98205338c020e6ecac8
parent13b04e9e8cc4e095a072a6f3da2e59ae4ec67157 (diff)
add PR template
-rw-r--r--.github/pull_request_template.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 000000000..646a6913b
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,8 @@
+- **PR Description**
+
+- **Please check if the PR fulfills these requirements**
+
+* [ ] Cheatsheets are up-to-date (run `go run scripts/cheatsheet/main.go generate` if not)
+* [ ] 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