Skip to content

Commit 21a4cf7

Browse files
authored
Add pr template (#37343)
1 parent 02750d4 commit 21a4cf7

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/pull_request_template.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
## What
2+
<!--
3+
* Describe what the change is solving. Link all GitHub issues related to this change.
4+
-->
5+
6+
## How
7+
<!--
8+
* Describe how code changes achieve the solution.
9+
-->
10+
11+
## Review guide
12+
<!--
13+
1. `x.py`
14+
2. `y.py`
15+
-->
16+
17+
## User Impact
18+
<!--
19+
* What is the end result perceived by the user?
20+
* If there are negative side effects, please list them.
21+
-->
22+
23+
## Can this PR be safely reverted and rolled back?
24+
<!--
25+
* If unsure, leave it blank.
26+
-->
27+
- [ ] YES 💚
28+
- [ ] NO ❌

0 commit comments

Comments
 (0)