Pull Request Template
GitHub-style pull request template with checklist, change summary, and reviewer sections. Streamline your code review workflow.
Available Variables
Use these variables with Handlebars syntax {{variableName}} in your content.
{{file1}}src/auth/oauth.ts
{{file2}}src/middleware/auth.ts
{{file3}}src/types/auth.d.ts
{{notes}}This change requires updating the OAuth client IDs in the environment variables. See the migration guide in the PR description.
{{author}}johndoe
{{prTitle}}Add user authentication with OAuth2
{{additions1}}245
{{additions2}}89
{{additions3}}34
{{deletions1}}12
{{deletions2}}5
{{deletions3}}0
{{description}}This PR implements OAuth2 authentication flow supporting Google and GitHub providers. It includes session management, token refresh logic, and secure cookie handling.
{{testsFailed}}0
{{testsPassed}}47
{{reviewerName}}Sarah Chen
{{sourceBranch}}feature/oauth-auth
{{targetBranch}}main
{{testsSkipped}}2
{{reviewerInitial}}S
{{screenshotDescription}}Before/after screenshots of the login flow
More developer Templates
Release Changelog
Developer-friendly changelog template with version timeline, categorized changes (Added, Changed, Fixed), and contributor badges.
API Documentation
Professional API documentation template with sidebar navigation, endpoint cards, and code examples. Developer-friendly design.
GitHub README
Beautiful GitHub-style README template with badges, feature grid, installation guide, and code examples. Perfect for open source projects.