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

pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new aa8bef4396 NIFI-15400 Added commit signing to PR checklist
aa8bef4396 is described below

commit aa8bef43965d97353a8e50dd3fbbeb0a7388a0f1
Author: exceptionfactory <[email protected]>
AuthorDate: Mon Dec 29 11:16:06 2025 -0600

    NIFI-15400 Added commit signing to PR checklist
    
    Signed-off-by: Pierre Villard <[email protected]>
    
    This closes #10704.
---
 .github/PULL_REQUEST_TEMPLATE.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 0bef7c1ae2..3951620582 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -27,6 +27,9 @@ Please complete the following tracking steps prior to pull 
request creation.
 
 - [ ] Pull Request title starts with Apache NiFi Jira issue number, such as 
`NIFI-00000`
 - [ ] Pull Request commit message starts with Apache NiFi Jira issue number, 
as such `NIFI-00000`
+- [ ] Pull request contains
+      [commits 
signed](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits)
+      with a registered key indicating `Verified` status
 
 ### Pull Request Formatting
 

Reply via email to