diff --git a/.github/pull_request_tempalet.md b/.github/pull_request_tempalet.md new file mode 100644 index 0000000..a7561d4 --- /dev/null +++ b/.github/pull_request_tempalet.md @@ -0,0 +1,25 @@ +## Summary + + +## Unit Testing + + +## Operation check + + +> [!CAUTION] +> ### Release Notes +> +> +> * + +> [!NOTE] +> ### Additional Notes +> +> * + +## 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. \ No newline at end of file diff --git a/.gitignore b/.gitignore index 297959a..2e9c4f6 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ public_html/hot storage/*.key .env +.idea/ Homestead.yaml Homestead.json /.vagrant