From d5662aeddaf6105ddd99720ff38a20e09945ef03 Mon Sep 17 00:00:00 2001 From: MinhTri Date: Fri, 28 Jun 2024 16:56:54 +0700 Subject: [PATCH] Add PR rule --- .github/pull_request_tempalet.md | 25 +++++++++++++++++++++++++ .gitignore | 1 + 2 files changed, 26 insertions(+) create mode 100644 .github/pull_request_tempalet.md 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