From b26c895eca4e9edbb3da1843e05be2e1d23d10f8 Mon Sep 17 00:00:00 2001 From: hfiref0x Date: Thu, 31 Jan 2019 19:43:55 +0700 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md --- PULL_REQUEST_TEMPLATE.md | 7 +++++++ 1 file changed, 7 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..deb2d08 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,7 @@ +# Summary + +Please describe your changes here + +If you are going to resolve some issue, please add this context - Resolve #ISSUE_NUMBER + +If you are going to fix some bug issue, please add this context - Fix #ISSUE_NUMBER