Skip to content

Commit

Permalink
Docs 이슈 템플릿 추가, gitignore 추가
Browse files Browse the repository at this point in the history
feature, feedback, update 내용 추가, gitignore 추가
  • Loading branch information
dusunax committed Sep 11, 2022
1 parent 903acd6 commit 58dc031
Show file tree
Hide file tree
Showing 6 changed files with 98 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 버그 리포트
about: 한 일 / 에러 내용 / 조치 사항
title: 'Bug : 버그 주요 키워드'
labels: 'bug'
assignees: ['cmun2', 'dusunax', 'wonseok-do']
assignees: []
---

### 한 일
Expand Down
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: 기능 작업
about: 작업한 기능 / 작업한 페이지 또는 컴포넌트
title: 'Feature : 기능 작업'
labels: 'feature'
assignees: []
---

### 이런 기능

이런 기능을 작업했습니다.

### 작업 내용

이런 내용을 작업했어요.

```jsx
코드가 있으면 더 좋습니다.
```
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/feedback.md
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

질문입니다.

### ❗ 답변

답변입니다.

19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: 코드 수정
about: 수정한 작업 / 작업한 페이지 또는 컴포넌트
title: 'Update : 수정한 기능'
labels: 'update'
assignees: []
---

### 이런 기능

이런 기능을 작업했습니다.

### 작업 내용

이런 내용을 작업했어요.

```jsx
코드가 있으면 더 좋습니다.
```
8 changes: 6 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
**PR** : 변경사항
`변경파일`
**PR** :
- 변경사항

```
변경파일 리스트
```
25 changes: 25 additions & 0 deletions .gitignore
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?

0 comments on commit 58dc031

Please sign in to comment.