Skip to content

Commit c3332dc

Browse files
Srihari1192Ambient Code Botclaude
authored
docs: Improve PR template with checklist and testing strategy (#6148)
* docs: Improve PR template with checklist and testing strategy Add structured checklist and testing strategy section to the PR template to improve developer experience and AI readiness scoring. Changes: - Add Checks section with test, sign-off, and conventional commits items - Add Testing Strategy section (unit tests, manual tests, not required) - Retain existing sections (description, issue link, misc) Signed-off-by: Ambient Code Bot <bot@ambient-code.local> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Ambient Code Bot <bot@ambient-code.local> * docs: Add integration tests to PR template checklist Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Ambient Code Bot <bot@ambient-code.local> --------- Signed-off-by: Ambient Code Bot <bot@ambient-code.local> Co-authored-by: Ambient Code Bot <bot@ambient-code.local> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d9706ce commit c3332dc

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/pull_request_template.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# What this PR does / why we need it:
1313
<!--
14-
Outline what you're doing
14+
Outline what you're doing and why.
1515
-->
1616

1717
# Which issue(s) this PR fixes:
@@ -20,6 +20,16 @@ Outline what you're doing
2020
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
2121
-->
2222

23+
# Checks
24+
- [ ] I've made sure the tests are passing.
25+
- [ ] My commits are signed off (`git commit -s`)
26+
- [ ] My PR title follows [conventional commits](https://www.conventionalcommits.org/) format
27+
28+
## Testing Strategy
29+
- [ ] Unit tests
30+
- [ ] Integration tests
31+
- [ ] Manual tests
32+
- [ ] Testing is not required for this change
2333

2434
# Misc
2535
<!--

0 commit comments

Comments
 (0)