From 1fab82c94a0753c0a59d217b9a8fbc42781d5c0d Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 23 Apr 2020 13:34:43 +0700 Subject: [PATCH] add PR template --- .github/pull_request_template.md | 5 +++++ 1 file changed, 5 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..aa148eb79 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,5 @@ +**Describe the PR** +A clear and concise description of what this PR solve. + +**Additional context** +If applicable, add any other context about the PR and/or screenshots here.