diff --git a/.github/ISSUE_TEMPLATE/create-new-issue.md b/.github/ISSUE_TEMPLATE/create-new-issue.md new file mode 100644 index 0000000..7676126 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/create-new-issue.md @@ -0,0 +1,14 @@ +--- +name: Create new issue +about: 새로운 이슈를 등록합니다! +title: '' +labels: '' +assignees: '' + +--- + +### 배경 +- 본 이슈를 등록하게 된 이유를 설명합니다.(AS-IS, TO-BE) + +### 내용 +- 본 이슈의 목표를 구체적으로 어떻게 달성할 것인가에 대해 설명합니다. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..1de57aa --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,12 @@ +### 내용 +- 본 PR이 어떤 기능에 대한 작업인지, 이슈를 참조하여 간략하게 설명합니다. + +### 작업 사항 +- 변경된 코드에 대해 다른 사람들이 빠르게 구조 및 내용을 이해할 수 있도록 간략하게 설명합니다. + +### 변경 전 VS 변경 후 +|변경 전|변경 후| +|---|---| +||| + +### 참고 \ No newline at end of file