Skip to content

Commit cb1fa01

Browse files
authored
Chore : 이슈, PR 템플릿 생성 및 vercel 테스트용 초기 패키지 설치 (#2)
* docs : 이슈 및 PR 템플릿 생성 * chore(#1) : styled-components, react-router-dom 설치
1 parent 76a35e3 commit cb1fa01

File tree

7 files changed

+1330
-20
lines changed

7 files changed

+1330
-20
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: "\U0001F6E0Feature Template"
3+
about: 기능 개발을 위한 이슈 템플릿입니다.
4+
title: '[feat]'
5+
labels: "\U0001F6E0feat"
6+
assignees: ''
7+
---
8+
9+
### 목적
10+
11+
### 작업 상세 내용
12+
13+
- [ ]
14+
- [ ]
15+
- [ ]
16+
17+
### 유의사항
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: '⚙Chore Template'
3+
about: 개발 환경 세팅 시 사용하는 템플릿입니다.
4+
title: '[chore]'
5+
labels: '⚙chore'
6+
assignees: ''
7+
---
8+
9+
### 목적
10+
11+
### 작업 상세 내용
12+
13+
- [ ]
14+
- [ ]
15+
- [ ]
16+
17+
### 유의사항
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: '✔Other Issue Template'
3+
about: 세 가지 상황 이외의 이슈 템플릿입니다.
4+
title: '[이슈 유형] 이슈 내용'
5+
labels: ''
6+
assignees: ''
7+
---
8+
9+
### 목적
10+
11+
### 작업 상세 내용
12+
13+
- [ ]
14+
- [ ]
15+
- [ ]
16+
17+
### 유의사항
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: "\U0001F528Fix Template"
3+
about: 버그 수정시 사용하는 템플릿입니다.
4+
title: '[fix]'
5+
labels: "\U0001F528fix"
6+
assignees: ''
7+
---
8+
9+
### 목적
10+
11+
### 작업 상세 내용
12+
13+
- [ ]
14+
- [ ]
15+
- [ ]
16+
17+
### 유의사항

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
### 관련 이슈
2+
3+
- [이슈번호]
4+
- 또는 close [이슈번호]
5+
6+
### PR Checklist for Reviewer
7+
8+
- [ ]
9+
- [ ]
10+
- [ ]
11+
12+
### 테스트 결과

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,14 @@
1111
},
1212
"dependencies": {
1313
"react": "^18.2.0",
14-
"react-dom": "^18.2.0"
14+
"react-dom": "^18.2.0",
15+
"react-router-dom": "^6.16.0",
16+
"styled-components": "^6.0.8"
1517
},
1618
"devDependencies": {
1719
"@types/react": "^18.2.15",
1820
"@types/react-dom": "^18.2.7",
21+
"@types/styled-components": "^5.1.28",
1922
"@typescript-eslint/eslint-plugin": "^6.0.0",
2023
"@typescript-eslint/parser": "^6.0.0",
2124
"@vitejs/plugin-react": "^4.0.3",

yarn.lock

Lines changed: 1246 additions & 19 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)