From 71d380ed2a233bd0d935db14081b6eb7e4d1c008 Mon Sep 17 00:00:00 2001 From: Lirian Su Date: Fri, 26 Sep 2025 16:45:41 +0800 Subject: [PATCH] feat: update why/how/what in the document --- pull_request_template.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pull_request_template.md b/pull_request_template.md index 457bb82..f129e17 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -2,6 +2,10 @@ _❗️❗️❗️Please include a summary of the change❗️❗️❗️_ +1. **Why**: Why you create this Pull Request? What's the situation before this Pull Request? +2. **How**: Is this Pull Request single purpose? How do you plan this PR overall? +3. **What**: What's the most important change in this PR? How to describe the change in one sentence? (That should be the title) + ## Checklist > General guidelines of code changes.