From 987ea1684cd2b74370251bb4886b4771f42c2cf2 Mon Sep 17 00:00:00 2001 From: zxce3 Date: Wed, 2 Feb 2022 10:04:21 +0700 Subject: [PATCH] add PULL_REQUEST_TEMPLATE --- .github/PULL_REQUEST_TEMPLATE/pull_request_template.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 0000000..e8d655a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,9 @@ +# Title + +### Detailed Description [Optional] : +detailed_description_here + +### Issue Number [Optional] : +Issue Number here if your pull request close any issue or is linked to. + +---- \ No newline at end of file