From da47bf25a5e4366e9e016a9ee3b54e29a55b13a1 Mon Sep 17 00:00:00 2001 From: Shunsuke Shibayama <45118249+mtshiba@users.noreply.github.com> Date: Sun, 21 Aug 2022 22:01:51 +0900 Subject: [PATCH] Create impl_template.md --- .github/PULL_REQUEST_TEMPLATE/impl_template.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/impl_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/impl_template.md b/.github/PULL_REQUEST_TEMPLATE/impl_template.md new file mode 100644 index 00000000..b94fb265 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/impl_template.md @@ -0,0 +1,5 @@ +Implements (some feature). + +This is a brief description. + +@mtshiba