Back to Templates
developer

Pull Request Template

GitHub-style pull request template with checklist, change summary, and reviewer sections. Streamline your code review workflow.

pr
github
code-review
developer
0
Docs Created
1.9k
Downloads
0
Likes
VerseKit Team
@versekit
Published January 8, 2026

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