This is an automated email from the ASF dual-hosted git repository.

maciej pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iggy.git


The following commit(s) were added to refs/heads/master by this push:
     new 006dd98c7 docs(repo): add pre-commit hooks checklist to PR template 
(#2646)
006dd98c7 is described below

commit 006dd98c7c269d39e604043b8a65b5196bf18c01
Author: Hubert Gruszecki <[email protected]>
AuthorDate: Fri Jan 30 18:15:49 2026 +0100

    docs(repo): add pre-commit hooks checklist to PR template (#2646)
---
 PULL_REQUEST_TEMPLATE.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md
index 75b162919..c1b28bbbc 100644
--- a/PULL_REQUEST_TEMPLATE.md
+++ b/PULL_REQUEST_TEMPLATE.md
@@ -37,11 +37,15 @@ BAD:
 
 ## Local Execution
 
-Not passed / passed.
+- Passed / not passed
+- Pre-commit hooks ran / not ran
 
 <!--
 You must run your code locally before submitting.
 "Relying on CI" is not acceptable - PRs from authors who haven't run the code 
will be closed.
+
+Did you have `prek` installed? It runs automatically on commit. See 
[CONTRIBUTING.md](https://github.com/apache/iggy/blob/master/CONTRIBUTING.md).
+If not installed, explain why (e.g., non-Rust changes only, small change).
 -->
 
 ## AI Usage

Reply via email to