Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## Summary

<!-- What does this PR do, in 1-3 sentences -->
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

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.

Suggested change
<!-- What does this PR do, in 1-3 sentences -->
<!-- What does this PR do and why, 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
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

To align with the quality gates and local development steps defined in CONTRIBUTING.md (lines 54, 61, 108), the testing checklist should include build, formatting, and lint suppression checks.

Suggested change
- [ ] Local lint passes
- [ ] Local tests pass
- [ ] Manual smoke test (if applicable)
- [ ] Local build passes
- [ ] Local lint/format passes
- [ ] Local tests pass
- [ ] No new lint suppressions (or justified)
- [ ] Manual smoke test (if applicable)


## Related

<!-- Issues/PRs/specs this addresses -->
Closes #
Comment on lines +19 to +20
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

According to the CONTRIBUTING.md (lines 7-11, 55), linking an AgilePlus spec is a mandate for non-trivial work. Providing a specific placeholder for the spec and ADRs improves traceability.

Suggested change
<!-- Issues/PRs/specs this addresses -->
Closes #
<!-- Issues/PRs/specs/ADRs this addresses. AgilePlus specs are mandated for non-trivial work. -->
- AgilePlus Spec:
- Closes #

Loading