Skip to content

docs: enhance pull request template with detailed sections #189

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DeveshPatill
Copy link

This pull request enhances the pull request template by adding structured sections for better clarity and review efficiency.
The new template includes:

1.A section to link related issues.
2.A detailed list for PR fixes.
3.A pre-merge checklist to ensure code quality and consistency.

This update will help contributors follow a consistent workflow, reduce review time, and prevent common mistakes such as untested changes or unresolved lint errors.

BEFORE CHANGES:
Screenshot 2025-08-09 154418

AFTER CHANGES:
Screenshot 2025-08-09 161111

Copy link

vercel bot commented Aug 9, 2025

@DeveshPatill is attempting to deploy a commit to the Dhanush Nehru's projects Team on Vercel.

A member of the Team first needs to authorize it.

@DhanushNehru DhanushNehru requested a review from Copilot August 9, 2025 10:47
Copy link

@Copilot 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

This PR enhances the GitHub pull request template to provide better structure and guidance for contributors. The update transforms a basic template into a comprehensive form that standardizes PR submissions and improves review efficiency.

  • Adds structured sections including description, type of change, testing steps, and screenshots
  • Expands the pre-merge checklist with additional quality assurance items
  • Reorganizes content with clear separators and improved formatting for better readability

### PR Fixes:
- 1
- 2
Resolves # (issue number)
Copy link
Preview

Copilot AI Aug 9, 2025

Choose a reason for hiding this comment

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

The format should be more specific. Consider using 'Resolves #' or 'Resolves #[issue-number]' to clearly indicate where the actual issue number should be placed.

Suggested change
Resolves # (issue number)
Resolves #<issue-number>

Copilot uses AI. Check for mistakes.

---

## Checklist before requesting a review
- [ ] I have pulled the latest changes from `main` branch
Copy link
Preview

Copilot AI Aug 9, 2025

Choose a reason for hiding this comment

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

Grammar error: should be 'I have pulled the latest changes from the main branch' (missing 'the' article before 'main').

Suggested change
- [ ] I have pulled the latest changes from `main` branch
- [ ] I have pulled the latest changes from the `main` branch

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.

1 participant