-
Notifications
You must be signed in to change notification settings - Fork 0
docs: add PR template #45
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,20 @@ | ||||||||||||||||||
| ## Summary | ||||||||||||||||||
|
|
||||||||||||||||||
| <!-- What does this PR do, in 1-3 sentences --> | ||||||||||||||||||
|
|
||||||||||||||||||
| ## Changes | ||||||||||||||||||
|
|
||||||||||||||||||
| <!-- Bullet list of key changes --> | ||||||||||||||||||
| - | ||||||||||||||||||
|
|
||||||||||||||||||
| ## Testing | ||||||||||||||||||
|
|
||||||||||||||||||
| <!-- How was this verified? --> | ||||||||||||||||||
| - [ ] Local lint passes | ||||||||||||||||||
| - [ ] Local tests pass | ||||||||||||||||||
| - [ ] Manual smoke test (if applicable) | ||||||||||||||||||
|
Comment on lines
+13
to
+15
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. To align with the quality gates and local development steps defined in
Suggested change
|
||||||||||||||||||
|
|
||||||||||||||||||
| ## Related | ||||||||||||||||||
|
|
||||||||||||||||||
| <!-- Issues/PRs/specs this addresses --> | ||||||||||||||||||
| Closes # | ||||||||||||||||||
|
Comment on lines
+19
to
+20
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. According to the
Suggested change
|
||||||||||||||||||
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
CONTRIBUTING.md(line 55) requires describing both what changed and why. Updating the prompt in the Summary section will help ensure contributors provide the necessary context.