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.