From ba38834e1b511d2989dc8eacbf2953bdce565bed Mon Sep 17 00:00:00 2001 From: Koichi Imai Date: Thu, 9 Jan 2025 12:56:15 +0900 Subject: [PATCH] add pull_request_template.md Signed-off-by: Koichi Imai --- .github/pull_request_template.md | 7 +++++++ 1 file changed, 7 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 000000000..42c2bbba2 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +## Description + +## Related links + +## How was this PR tested? + +## Notes for reviewers