File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Pull Request Template
2
+
3
+ ## Summary
4
+
5
+ <!-- Provide a concise description of your changes. What does this PR do? -->
6
+
7
+ ## Motivation & Context
8
+
9
+ <!-- Why is this change necessary? What problem does it solve? Reference any related issues. -->
10
+
11
+ ## Related Issues
12
+
13
+ <!-- List any related issues, e.g., Fixes #123 or Closes #456. -->
14
+
15
+ ## Implementation Details
16
+
17
+ <!-- Briefly describe your approach, design decisions, and any patterns or principles followed. -->
18
+
19
+ ## How Has This Been Tested?
20
+
21
+ <!-- Describe the testing strategy. List manual steps, automated tests, and edge cases considered. -->
22
+
23
+ ## Checklist
24
+
25
+ - [ ] My code follows the project's code style and conventions
26
+ - [ ] I have added/updated relevant documentation
27
+ - [ ] I have added/updated tests to cover my changes
28
+ - [ ] All existing and new tests pass locally
29
+ - [ ] I have considered security and data validation aspects
30
+
31
+ ## Notes for Reviewers
32
+
33
+ <!-- Add any extra context, open questions, or areas where you'd like feedback. -->
You can’t perform that action at this time.
0 commit comments