From 02d17cae256ff60b4f71f24be3bdedaf8cfd7e22 Mon Sep 17 00:00:00 2001 From: JonZeolla Date: Thu, 10 Oct 2024 13:57:41 -0400 Subject: [PATCH] fix: pr template link to golangci-lint (#3392) --- .github/PULL_REQUEST_TEMPLATE.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4fc484d9dc22..9725c0817d43 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -8,5 +8,4 @@ Explain the purpose of the PR. ### Checklist: * [ ] Tests passing (`make test-community`)? -* [ ] Lint passing (`make lint` this requires [golangci-lint](https://golangci-lint.run/usage/install/#local-installation))? - +* [ ] Lint passing (`make lint` this requires [golangci-lint](https://golangci-lint.run/welcome/install/#local-installation))?