Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#6 Feat: 홈 UI 구현 #9

Open
wants to merge 12 commits into
base: develop
Choose a base branch
from
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/bugfix.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
name: bug(fix)
about: Create a report to help us improve
title: "[bug or fix] #[number] [name]"
title: '[bug or fix] #[number] [name]'
labels: ''
assignees: ''

---

## 1. 문제 정의
Expand Down
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
---
name: feature
about: feature 이슈 생성
title: "[Feat] 구현 설명"
title: '[Feat] 구현 설명'
labels: ''
assignees: ''

---

## 💡 ISSUE

<!-- 어떤 이슈인지 간략하게 설명해주세요. -->

## 📌 TO DO

<!-- 상세하게 task를 나눠서 작성해주세요. -->

- [ ] task1
- [ ] task2
- [ ] task3
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

- closed #issue number

## 📝 Work Description
Expand All @@ -8,6 +7,7 @@
- task3

## 📸 Screenshot

<!-- 실행 사진이나 영상을 드래그하여 첨부해주세요. -->
<!-- <img width="300" src="이미지 주소" /> -->

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"lint": "eslint .",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
"build-storybook": "storybook build",
"format": "prettier --write ."
},
"dependencies": {
"@emotion/react": "^11.14.0",
Expand Down
9 changes: 9 additions & 0 deletions src/assets/images/EatMate_circle_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading