From 1eefc9e14ca178ae6696a74a6e52daff1451b84c Mon Sep 17 00:00:00 2001 From: ngovinh2k2 Date: Tue, 20 Jan 2026 15:17:47 +0700 Subject: [PATCH] fix: update pull request file --- .github/pull_request_template.md | 33 ++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 2ae0a23..3851a9b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,26 +1,27 @@ ## What? -Explain the changes you've made -## Why? -The “why” tells us what business or engineering goal this change achieves -## How? - -## Testing? -[ ] Functional Testing - -[ ] Security -[ ] Performance + -[ ] Error Handling +## Why? -[ ] Code Quality + -[ ] Documentation +## How? -[ ] Database + -[ ] Deployment +## Testing? -[ ] Final Review +- [ ] Functional Testing +- [ ] Security +- [ ] Performance +- [ ] Error Handling +- [ ] Code Quality +- [ ] Documentation +- [ ] Database +- [ ] Deployment +- [ ] Final Review ## Anything Else? + + \ No newline at end of file