From 2302113c6eea6be54c43da232a74e85bf0eabf44 Mon Sep 17 00:00:00 2001 From: Anton Golub Date: Sun, 1 Feb 2026 11:15:27 +0300 Subject: [PATCH] docs(pr): mention commits signature requirement --- .github/PULL_REQUEST_TEMPLATE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6852521e3a..45a4e92dd3 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -10,6 +10,7 @@ import {$} from 'zx' - [ ] **Build**: I’ve run `npm build` before committing and verified the bundle updates correctly. - [ ] **Tests**: I’ve `run test` and confirmed all tests succeed. -- [ ] **Docs**: I’ve added or updated relevant documentation as needed. +- [ ] **Docs**: I’ve added or updated relevant documentation as needed. +- [ ] **Sign** Commits have [verified signatures](https://docs.github.com/en/enterprise-cloud@latest/authentication/managing-commit-signature-verification/about-commit-signature-verification) and follow [conventinal commits spec](https://www.conventionalcommits.org/en/v1.0.0/) - [ ] **CoC**: My changes follow [the project’s coding guidelines and Code of Conduct](https://github.com/google/zx?tab=coc-ov-file). - [ ] **Review**: This PR represents original work and is not solely generated by AI tools.