Skip to content

Commit b07b1a8

Browse files
committed
Add PR template
1 parent 81eb75d commit b07b1a8

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Pull Request Title
2+
<!--
3+
Use a short, descriptive title:
4+
Example: `node: fix crash when config is absent`
5+
-->
6+
7+
## Description
8+
<!--
9+
Describe what this PR does and why. Keep it concise but include enough context
10+
for reviewers who are not familiar with the area.
11+
-->
12+
13+
## Related Issue(s)
14+
<!--
15+
Link any related issues, e.g. `Fixes #123` or `Relates to #456`.
16+
-->
17+
18+
## How was this tested?
19+
<!--
20+
Describe the tests that you ran to verify your changes. Include instructions
21+
so reviewers can reproduce. Examples:
22+
- unit tests (command)
23+
- integration tests (how to run)
24+
- manual steps
25+
-->
26+
27+
## Checklist
28+
- [ ] My code builds and passes local tests
29+
- [ ] I added/updated tests for my changes, where applicable
30+
- [ ] I updated documentation (if applicable)
31+
- [ ] CI is green for this PR
32+
33+
## Impact / Side effects
34+
<!--
35+
Describe any potential side effects, e.g. performance, compatibility, or security concerns.
36+
If the PR introduces a breaking change, explain migration steps for users.
37+
-->
38+
39+
## Reviewer notes / Areas to focus
40+
<!--
41+
If you want specific feedback, list files/functions to review or aspects you are unsure about.
42+
-->

0 commit comments

Comments
 (0)