Skip to content

[Repo] feat: Add pull request template#18

Merged
finallyjay merged 1 commit intomainfrom
repo/add-pr-template
Apr 8, 2026
Merged

[Repo] feat: Add pull request template#18
finallyjay merged 1 commit intomainfrom
repo/add-pr-template

Conversation

@finallyjay
Copy link
Copy Markdown
Owner

Summary

  • Adds .github/pull_request_template.md with Summary and Test plan sections
  • Keeps it minimal to encourage adoption without adding friction

Test plan

  • Verify template loads when creating a new PR

🤖 Generated with Claude Code

Provides a minimal Summary + Test plan structure for PRs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings April 8, 2026 15:36
@finallyjay finallyjay merged commit e63fe1f into main Apr 8, 2026
@finallyjay finallyjay deleted the repo/add-pr-template branch April 8, 2026 15:36
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a minimal pull request template to standardize PR descriptions and testing notes across the repo.

Changes:

  • Add .github/pull_request_template.md with Summary and Test plan sections.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +1 to +2
## Summary
<!-- What does this PR do and why? -->
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Markdown linting will likely fail for this template because markdownlint's default rules include MD041 (first line should be a top-level heading). The file currently starts with a level-2 heading (## Summary). Consider either adding an invisible <!-- markdownlint-disable MD041 --> at the top of the file, or adding a single # ... heading as the first line and keeping the sections as ## to satisfy MD041 without introducing multiple H1s (MD025).

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants