Skip to content

Commit

Permalink
Chore : 이슈, PR 템플릿 생성 및 vercel 테스트용 초기 패키지 설치 (#2)
Browse files Browse the repository at this point in the history
* docs : 이슈 및 PR 템플릿 생성

* chore(#1) : styled-components, react-router-dom 설치
  • Loading branch information
j2noo authored Sep 28, 2023
1 parent 76a35e3 commit cb1fa01
Show file tree
Hide file tree
Showing 7 changed files with 1,330 additions and 20 deletions.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: "\U0001F6E0Feature Template"
about: 기능 개발을 위한 이슈 템플릿입니다.
title: '[feat]'
labels: "\U0001F6E0feat"
assignees: ''
---

### 목적

### 작업 상세 내용

- [ ]
- [ ]
- [ ]

### 유의사항
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/⚙setting-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: '⚙Chore Template'
about: 개발 환경 세팅 시 사용하는 템플릿입니다.
title: '[chore]'
labels: '⚙chore'
assignees: ''
---

### 목적

### 작업 상세 내용

- [ ]
- [ ]
- [ ]

### 유의사항
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/✔other-issue-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: '✔Other Issue Template'
about: 세 가지 상황 이외의 이슈 템플릿입니다.
title: '[이슈 유형] 이슈 내용'
labels: ''
assignees: ''
---

### 목적

### 작업 상세 내용

- [ ]
- [ ]
- [ ]

### 유의사항
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/🔨bug-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: "\U0001F528Fix Template"
about: 버그 수정시 사용하는 템플릿입니다.
title: '[fix]'
labels: "\U0001F528fix"
assignees: ''
---

### 목적

### 작업 상세 내용

- [ ]
- [ ]
- [ ]

### 유의사항
12 changes: 12 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
### 관련 이슈

- [이슈번호]
- 또는 close [이슈번호]

### PR Checklist for Reviewer

- [ ]
- [ ]
- [ ]

### 테스트 결과
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,14 @@
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"react-router-dom": "^6.16.0",
"styled-components": "^6.0.8"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/styled-components": "^5.1.28",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
Expand Down
1,265 changes: 1,246 additions & 19 deletions yarn.lock

Large diffs are not rendered by default.

1 comment on commit cb1fa01

@vercel
Copy link

@vercel vercel bot commented on cb1fa01 Sep 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

meetup-d – ./

meetup-d-git-main-meet-up-d.vercel.app
meetup-d-meet-up-d.vercel.app
meetup-d.vercel.app

Please sign in to comment.