From 47f8fd913f40893a7fc31c30de597a8943b56542 Mon Sep 17 00:00:00 2001 From: bum12ark Date: Wed, 26 Jan 2022 13:12:50 +0900 Subject: [PATCH] Created docs folder and pull request template. --- docs/pull_request_template.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/pull_request_template.md diff --git a/docs/pull_request_template.md b/docs/pull_request_template.md new file mode 100644 index 0000000..8be795f --- /dev/null +++ b/docs/pull_request_template.md @@ -0,0 +1,17 @@ +## What is this PR? :mag: + + +## Changes :memo: +내용 +- 항목 + + +## Screenshot :camera: +기능|스크린샷| +|------|---| +|테스트1|테스트2| +|테스트1|테스트2| + + +## Test Checklist ☑️ +- [x] 체크리스트 \ No newline at end of file