Skip to content

Commit 994d73a

Browse files
committed
feat: add default template for merge request documentation
1 parent b99ab43 commit 994d73a

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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](https://knowledge.cslant.com/doc/coding-standard-ascz0oLa69).
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.
26+
27+
## Additional Notes
28+
29+
/assign me
30+
/draft

0 commit comments

Comments
 (0)