Skip to content

Commit 73788d2

Browse files
authored
Create pull_request_template.md
1 parent 769b81e commit 73788d2

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
## Summary
2+
<!-- Describe why you made changes and the changes, including screenshots if necessary. What did you do with this pull request? -->
3+
4+
## Unit Testing
5+
<!-- List your unit/integration tests here, or if there are no unit tests, please explain why. -->
6+
7+
## Operation check
8+
<!-- URL of checklist, etc. -->
9+
10+
> [!CAUTION]
11+
> ### Release Notes
12+
> <!-- * Information if you need to manually configure something at release time -->
13+
> <!-- * Commands to run after release, etc. -->
14+
> *
15+
16+
> [!NOTE]
17+
> ### Additional Notes
18+
> <!-- * Reference information for reviewers (if there are any implementation concerns or points of note, please state them) -->
19+
> *
20+
21+
## Checklist
22+
* [ ] Code follows our Coding Standards.
23+
* [ ] Code matches the confirmed solution in the ticket.
24+
* [ ] Unit/Integration tests have been added or updated.
25+
* [ ] Env/Config/DB changes were confirmed by @cslant/admin.

0 commit comments

Comments
 (0)