diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..677d428 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,31 @@ +## What + +[//]: # "Pull Request 에서 무엇을 작업했는지 작성" + +- foo +- bar +- baz + +## Why + +[//]: # "Pull Request 에서 왜 이 작업을 하게 되었는지 작성" + +- foo +- bar +- baz + +## Change details + +[//]: # "작업한 내용에 대한 자세한 설명" + +- foo +- bar +- baz + +## Request to reviewers + +[//]: # "PR 작성자가 리뷰어에게 어떤 부분을 물어보고 싶은지 작성" + +- foo +- bar +- baz