-
Notifications
You must be signed in to change notification settings - Fork 406
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
[CI] Chore: Update PR template #5846
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
.github/pull_request_template.md
Outdated
If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): | ||
|
||
## Notes for the reviewer | ||
Anything important things to call out? Be sure to also clarify these in your comments. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The prompt "Anything important things" contains a grammatical error. Consider changing to "Any important things" to maintain correct English grammar.
Spotted by Graphite Reviewer
Is this helpful? React 👍 or 👎 to let us know.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5846 +/- ##
=======================================
Coverage 54.52% 54.52%
=======================================
Files 1105 1105
Lines 59332 59332
Branches 4921 4921
=======================================
Hits 32349 32349
Misses 26263 26263
Partials 720 720
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
5ef650c
to
7e2d1f3
Compare
Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
This PR updates the
.github/pull_request_template.md
to improve the clarity and structure of pull request submissions. It adds sections for issue tagging, reviewer notes, and testing instructions.Detailed summary
title
section for concise change descriptions.Notes for the reviewer
section for important comments.How to test
section for testing instructions.