From b1cc331b2c8684b94fe589bd37f6d172cd719210 Mon Sep 17 00:00:00 2001 From: Zin0_0 <40550453+pjy0416@users.noreply.github.com> Date: Wed, 18 Nov 2020 22:56:31 +0900 Subject: [PATCH 1/2] Update issue templates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit discussion template에 default assignees 추가 --- .github/ISSUE_TEMPLATE/discussion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/discussion.md b/.github/ISSUE_TEMPLATE/discussion.md index aeb42b4f..c62c4525 100644 --- a/.github/ISSUE_TEMPLATE/discussion.md +++ b/.github/ISSUE_TEMPLATE/discussion.md @@ -3,7 +3,7 @@ name: Discussion about: 회의를 하면서 고민 사항 및 결정 사항을 이슈로 등록해주세요. title: '' labels: discussion -assignees: '' +assignees: SANGYOONLEE, chelwoong, Zinyon, pjy0416, shkilo --- From 628da19b69630b3f6767ec6bd69cc7627b804f1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=84=B1=ED=99=98?= Date: Mon, 23 Nov 2020 10:42:14 +0900 Subject: [PATCH 2/2] Update issue templates --- .github/ISSUE_TEMPLATE/api---.md | 30 ++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/discussion.md | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/api---.md diff --git a/.github/ISSUE_TEMPLATE/api---.md b/.github/ISSUE_TEMPLATE/api---.md new file mode 100644 index 00000000..c399f4a7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/api---.md @@ -0,0 +1,30 @@ +--- +name: API 구현 +about: API 구현 +title: 프로젝트 전체 조회 API 구현 +labels: BE, API +assignees: Zinyon, pjy0416, shkilo + +--- + +## Project GET API (프로젝트 전체 조회) +URL +``` +GET /api/project +``` + +Response +``` +[ + { + id : 1, + title: '프로젝트 이름', + taskCount: 3 + } +] +``` + +## API 명세 링크 +https://github.com/boostcamp-2020/Project04-C-Whale/wiki/Project-API + +## error code diff --git a/.github/ISSUE_TEMPLATE/discussion.md b/.github/ISSUE_TEMPLATE/discussion.md index c62c4525..6a4700ff 100644 --- a/.github/ISSUE_TEMPLATE/discussion.md +++ b/.github/ISSUE_TEMPLATE/discussion.md @@ -3,7 +3,7 @@ name: Discussion about: 회의를 하면서 고민 사항 및 결정 사항을 이슈로 등록해주세요. title: '' labels: discussion -assignees: SANGYOONLEE, chelwoong, Zinyon, pjy0416, shkilo +assignees: chelwoong, pjy0416, SANGYOONLEE, shkilo, Zinyon ---