From 67f19fcee85cfd852949be7d0aedd5871f9dd89a Mon Sep 17 00:00:00 2001 From: Tina Liu Date: Tue, 9 Dec 2025 21:32:29 +0900 Subject: [PATCH] Add a pull request template --- pull_request_template.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 pull_request_template.md diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 0000000..cdcfa8e --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,18 @@ +_[One line description of your change]_ + +### Motivation: + +_[Explain here the context, and why you're making that change. What is the problem you're trying to solve. References to issues the changes resolve, if any.]_ + +### Modifications: + +_[Describe the modifications you've done.]_ + +### Result: + +_[After your change, what will change.]_ + +### Testing: + +_[The specific testing that has been done or needs to be done to further + validate any impact of the changes.]_