Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
pjy0416 authored Nov 27, 2020
2 parents 432806b + 628da19 commit 17226e3
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/api---.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/discussion.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Discussion
about: ํšŒ์˜๋ฅผ ํ•˜๋ฉด์„œ ๊ณ ๋ฏผ ์‚ฌํ•ญ ๋ฐ ๊ฒฐ์ • ์‚ฌํ•ญ์„ ์ด์Šˆ๋กœ ๋“ฑ๋กํ•ด์ฃผ์„ธ์š”.
title: ''
labels: discussion
assignees: SANGYOONLEE, chelwoong, Zinyon, pjy0416, shkilo
assignees: chelwoong, pjy0416, SANGYOONLEE, shkilo, Zinyon

---

Expand Down

0 comments on commit 17226e3

Please sign in to comment.