Skip to content

Commit 5dc2ef3

Browse files
Tomer RosenthalTomer Rosenthal
authored andcommitted
feat: add pull request template for consistent contributions
1 parent a0e1603 commit 5dc2ef3

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
# Summary
2+
3+
## What changed?
4+
-
5+
6+
## Why is this change needed?
7+
-
8+
9+
## Issues / work items
10+
- Resolves #
11+
- Related #
12+
13+
---
14+
15+
# Project checklist
16+
- [ ] Release notes are not required for the next release
17+
- [ ] Otherwise: Notes added to `CHANGELOG.md`
18+
- [ ] Backport is not required
19+
- [ ] Otherwise: Backport tracked by issue/PR #issue_or_pr
20+
- [ ] All required tests have been added/updated (unit tests, E2E tests)
21+
- [ ] Breaking change?
22+
- [ ] If yes:
23+
- Impact:
24+
- Migration guidance:
25+
26+
---
27+
28+
# AI-assisted code disclosure (required)
29+
30+
## Was an AI tool used? (select one)
31+
- [ ] No
32+
- [ ] Yes, AI helped write parts of this PR (e.g., GitHub Copilot)
33+
- [ ] Yes, an AI agent generated most of this PR
34+
35+
If AI was used:
36+
- Tool(s):
37+
- AI-assisted areas/files:
38+
- What you changed after AI output:
39+
40+
AI verification (required if AI was used):
41+
- [ ] I understand the code and can explain it
42+
- [ ] I verified referenced APIs/types exist and are correct
43+
- [ ] I reviewed edge cases/failure paths (timeouts, retries, cancellation, exceptions)
44+
- [ ] I reviewed concurrency/async behavior
45+
- [ ] I checked for unintended breaking or behavior changes
46+
47+
---
48+
49+
# Testing
50+
51+
## Automated tests
52+
- Result: Passed / Failed (link logs if failed)
53+
54+
## Manual validation (only if runtime/behavior changed)
55+
- Environment (OS, Node.js version, components):
56+
- Steps + observed results:
57+
1.
58+
2.
59+
3.
60+
- Evidence (optional):
61+
62+
---
63+
64+
# Notes for reviewers
65+
- N/A

0 commit comments

Comments
 (0)