From dbd53ad6cc9e6fe59df04c0272400edee87b5223 Mon Sep 17 00:00:00 2001 From: Tina Liu Date: Tue, 9 Dec 2025 21:31:21 +0900 Subject: [PATCH] Add a pull request template. --- .github/pull_request_template.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000000..cdcfa8e786 --- /dev/null +++ b/.github/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.]_