Add Pull Request (PR) Template#37
Merged
SrishtiSonam merged 9 commits intoSrishtiSonam:mainfrom Oct 12, 2025
Merged
Conversation
Thanks for creating a PR for your Issue!
|
Contributor
Author
|
Can you add gssoc and level label on it |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Which issue does this PR close?
Closes #35
Rationale for this change
I have updated the .github/pull_request_template.md to make it more professional, comprehensive, and reviewer-friendly.
The updated template now includes:
Clear headings and visual icons for readability
Step-by-step testing instructions section
Reviewer guidance / notes section
Breaking changes section
Impact assessment and priority labels
Enhanced checklist to ensure nothing is missed
This will help contributors create better PRs and allow maintainers to review changes efficiently.
What changes are included in this PR?
Updated .github/pull_request_template.md with the new format
Added sections for:
PR Type
Related Issue
Rationale / Motivation
Changes included
Testing instructions
Impact assessment
Reviewer notes
Breaking changes
Priority / Impact level
Improved formatting with emojis and nested bullet points for clarity
Are these changes tested?
N/A – This is a documentation / template update. No code changes are included.
Verified that the template renders correctly when creating a new PR.
Are there any user-facing changes?
No, this is an internal improvement for contributors and reviewers.
Screenshots
N/A – no visual changes.
Checklist
My code follows the project’s coding style and guidelines
My changes do not introduce new bugs or break existing functionality
I have linked the related issue number in this PR (if applicable)
I have added meaningful comments and documentation where necessary
I have updated relevant tests or added new ones to cover my changes (N/A for template update)
I have verified that all existing and new tests pass successfully