Skip to content

Add repository PR template for review-ready submissions#2

Draft
Copilot wants to merge 2 commits into
masterfrom
copilot/open-pull-request-review
Draft

Add repository PR template for review-ready submissions#2
Copilot wants to merge 2 commits into
masterfrom
copilot/open-pull-request-review

Conversation

Copy link
Copy Markdown

Copilot AI commented May 18, 2026

Summary

This issue asks for a project-ready PR review flow. This PR adds a repository-level pull request template so every PR submission includes consistent review context and checks.

  • Template added
    • Introduced .github/pull_request_template.md with required sections for summary, related issue context, validation, and reviewer checklist.
  • Repository tracking rule fixed
    • Updated .gitignore to keep .github generally ignored while explicitly tracking the PR template file.
  • Example (ignore rule)
    .github/*
    !.github/pull_request_template.md

Related Issue

Open a pull request for the review of the project.

Validation

  • Backend tests run (cd flow-backend && mvn test)
  • Frontend checks run (cd flow-frontend && npm run lint && npm run build)

Review Checklist

  • Scope is focused and minimal for the issue
  • Relevant docs were updated (if needed)
  • No secrets or sensitive data introduced

Agent-Logs-Url: https://github.com/razorblack/flow/sessions/d20b4548-05ad-48d6-95bc-525238e3d691

Co-authored-by: razorblack <64926215+razorblack@users.noreply.github.com>
Copilot AI changed the title [WIP] Open a pull request for the review of the project Add repository PR template for review-ready submissions May 18, 2026
Copilot AI requested a review from razorblack May 18, 2026 03:57
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.

Open a pull request for the review of the project

2 participants