Skip to content

feat: pull request template#2213

Open
sundaram2021 wants to merge 1 commit into
AgentWrapper:mainfrom
sundaram2021:feat/pull-request-template
Open

feat: pull request template#2213
sundaram2021 wants to merge 1 commit into
AgentWrapper:mainfrom
sundaram2021:feat/pull-request-template

Conversation

@sundaram2021

Copy link
Copy Markdown

Problem Statement

Currently the repository does not provide a default pull request template. This makes PR descriptions less consistent and can leave reviewers without important context such as the type of change, related issue, changes made, testing performed, checklist confirmation, or screenshots for UI changes.

resolves #2211

Proposed Solution

Add a GitHub pull request template at .github/PULL_REQUEST_TEMPLATE.md, .

The template should include sections for:

  • Description
  • Type of Change
  • Related Issues
  • Changes Made
  • Testing
  • Checklist
  • Screenshots, if applicable

Alternatives Considered

Contributors can manually write PR descriptions, but this often leads to missing details and extra reviewer follow-up. A shared template keeps the review process faster and more consistent.

Additional Context

Reference template example:

PULL_REQUEST_TEMPLATE.md

Implementation Ideas

Create:

.github/PULL_REQUEST_TEMPLATE.md

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.

[Feature]: Add a pull request template

1 participant