From 355348e90740f08ca95d990d317482695ac56388 Mon Sep 17 00:00:00 2001 From: Shahar Kaminsky Date: Wed, 4 Oct 2023 12:19:45 +0300 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8ce206c..54b4193 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -17,4 +17,3 @@ - [ ] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. -- [ ] Code has been formatted via `zk fmt` and `zk lint`.