Next.js: Signed Commit Requirements Added
The Next.js project has implemented new documentation requiring signed commits from contributors, with guidance added to both the contributing guide and pull request template.
Duration: PT1M16S
Episode overview
This episode is a short developer briefing from Next.js.
It explains recent repository work in plain language.
- Show: Next.js
- Published: 2026-04-23T00:00:00Z
- Audio duration: PT1M16S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning, this is your Next.js development briefing for April 23rd, 2026.
Today we have one notable commit to the Next.js repository. Jimmy Lai added documentation for the project's new signed commit requirement in commit 4167e1f.
The changes include a new "Signed commits" section in the main contributing guide and updates to the pull request template. The documentation clarifies that contributors must use cryptographically signed commits, and specifically notes that a simple "Signed-off-by" line is insufficient to meet the requirement.
This appears to be part of a broader security initiative, as the documentation provides guidance for contributors on how to comply with the new enforcement and recover from unsigned commits that may have been submitted previously.
The changes are documentation-only and affect two files: the GitHub pull request template and the main contributing markdown file. Both files received additions explaining the requirement and providing actionable steps for contributors.
What's next: Contributors will need to configure commit signing in their local Git setup. The project maintainers will likely begin enforcing this requirement for new pull requests.
Nearby episodes from Next.js
- Cache Security and Turbopack Performance
- Core Infrastructure Updates and React Upgrade
- Weekly Recap - Error Handling & Runtime Evolution
- Weekly Recap - Turbo Engine & Developer Experience Upgrades
- Cache Performance Improvements and Bug Fixes
- Turbopack Performance and Cache Improvements
- React Upgrade and Documentation Improvements
- Weekly Recap - ESLint Improvements and Developer Experience