Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions .github/pull_request_tempalet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## Summary
<!-- Describe why you made changes and the changes, including screenshots if necessary. What did you do with this pull request? -->

## Unit Testing
<!-- List your unit/integration tests here, or if there are no unit tests, please explain why. -->

## Operation check
<!-- URL of checklist, etc. -->

> [!CAUTION]
> ### Release Notes
> <!-- * Information if you need to manually configure something at release time -->
> <!-- * Commands to run after release, etc. -->
> *

> [!NOTE]
> ### Additional Notes
> <!-- * Reference information for reviewers (if there are any implementation concerns or points of note, please state them) -->
> *

## Checklist
* [ ] Code follows our Coding Standards.
* [ ] Code matches the confirmed solution in the ticket.
* [ ] Unit/Integration tests have been added or updated.
* [ ] Env/Config/DB changes were confirmed by @hokhacminhtri.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public_html/hot

storage/*.key
.env
.idea/
Homestead.yaml
Homestead.json
/.vagrant
Expand Down