-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature, feedback, update 내용 추가, gitignore 추가
- Loading branch information
Showing
6 changed files
with
98 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
name: 기능 작업 | ||
about: 작업한 기능 / 작업한 페이지 또는 컴포넌트 | ||
title: 'Feature : 기능 작업' | ||
labels: 'feature' | ||
assignees: [] | ||
--- | ||
|
||
### 이런 기능 | ||
|
||
이런 기능을 작업했습니다. | ||
|
||
### 작업 내용 | ||
|
||
이런 내용을 작업했어요. | ||
|
||
```jsx | ||
코드가 있으면 더 좋습니다. | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
name: 피드백 | ||
about: 피드백 내용 | ||
title: '[0차 기술 멘토링 기록] 프론트엔드' | ||
labels: 'feedback' | ||
assignees: ['cmun2', 'dusunax', 'wonseok-do'] | ||
--- | ||
**멘토링 일자** : 0월 0일 0, 00:00 ~ 00:00 | ||
**멘토링 위치** : 파도 테이블 | ||
**멘토님** : 최지헌 멘토님 | ||
**노션 링크** : [0차 기술 멘토링 사전 노트 (3조)](https://) | ||
|
||
--- | ||
|
||
## 백엔드 | ||
|
||
[0차 기술 피드백 - 백엔드](https://) | ||
|
||
## 프론트엔드 | ||
|
||
### ❔ FE, 전역 상태관리 고민 - redux-toolkit | ||
|
||
질문입니다. | ||
|
||
### ❗ 답변 | ||
|
||
답변입니다. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
name: 코드 수정 | ||
about: 수정한 작업 / 작업한 페이지 또는 컴포넌트 | ||
title: 'Update : 수정한 기능' | ||
labels: 'update' | ||
assignees: [] | ||
--- | ||
|
||
### 이런 기능 | ||
|
||
이런 기능을 작업했습니다. | ||
|
||
### 작업 내용 | ||
|
||
이런 내용을 작업했어요. | ||
|
||
```jsx | ||
코드가 있으면 더 좋습니다. | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
**PR** : 변경사항 | ||
`변경파일` | ||
**PR** : | ||
- 변경사항 | ||
|
||
``` | ||
변경파일 리스트 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Logs | ||
logs | ||
*.log | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
pnpm-debug.log* | ||
lerna-debug.log* | ||
|
||
.env | ||
node_modules | ||
dist | ||
dist-ssr | ||
*.local | ||
|
||
# Editor directories and files | ||
.vscode/* | ||
!.vscode/extensions.json | ||
.idea | ||
.DS_Store | ||
*.suo | ||
*.ntvs* | ||
*.njsproj | ||
*.sln | ||
*.sw? |