Skip to content

Commit 2ae349c

Browse files
authored
Merge pull request #71 from SOPT-36-NINEDOT/fix/#69/prettierConfig
[Fix]: prettier 설정 수정 및 전체 파일 포맷팅
2 parents 7bf58d2 + 2816b8c commit 2ae349c

File tree

8 files changed

+3120
-1130
lines changed

8 files changed

+3120
-1130
lines changed
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,25 @@
11
---
2-
name: "✨ Feature"
2+
name: '✨ Feature'
33
about: 새로운 기능 또는 명세
4-
title: "[Feature]: "
4+
title: '[Feature]: '
55
labels: ''
66
assignees: ''
7-
87
---
98

109
<!-- 작업자는 이슈 생성 후 우측의 Github Labels & Assignee를 설정해 주세요. -->
1110

1211
## ✨ Describe
12+
1313
<!-- 새로운 기능, 명세에 대한 설명을 작성해 주세요. 자세히 적을수록 좋아요 ! -->
1414

1515
## ✅ Tasks
16+
1617
<!-- 해야 하는 일에 대한 Tasks를 작성해 주세요. 세분화해서 작성하면 더 좋아요 ! -->
18+
1719
- [ ] Task 1
1820
- [ ] Task 2
1921
- [ ] Task 3
2022

2123
## 💬 ETC
24+
2225
<!-- 작업과 관련된 추가 정보나 참고 사항 등 더 전달할 내용이 있다면 여기에 작성해 주세요. -->

.github/ISSUE_TEMPLATE/🐞-fix.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,25 @@
11
---
22
name: "\U0001F41E Fix"
33
about: 버그 혹은 해결해야 할 문제
4-
title: "[Fix]: "
4+
title: '[Fix]: '
55
labels: ''
66
assignees: ''
7-
87
---
98

109
<!-- 작업자는 이슈 생성 후 우측의 Github Labels & Assignee를 설정해 주세요. -->
1110

1211
## 🐞 Describe
12+
1313
<!-- 버그 혹은 해결해야 할 문제에 대한 설명을 작성해 주세요. 자세히 적을수록 좋아요 ! -->
1414

1515
## ✅ Tasks
16+
1617
<!-- 해야 하는 일에 대한 Tasks를 작성해 주세요. 세분화해서 작성하면 더 좋아요 ! -->
18+
1719
- [ ] Task 1
1820
- [ ] Task 2
1921
- [ ] Task 3
2022

2123
## 💬 ETC
24+
2225
<!-- 작업과 관련된 추가 정보나 참고 사항 등 더 전달할 내용이 있다면 여기에 작성해 주세요. -->
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,25 @@
11
---
22
name: "\U0001F6E0️ Refactor"
33
about: 리팩토링
4-
title: "[Refactor]: "
4+
title: '[Refactor]: '
55
labels: ''
66
assignees: ''
7-
87
---
98

109
<!-- 작업자는 이슈 생성 후 우측의 Github Labels & Assignee를 설정해 주세요. -->
1110

1211
## 🛠️ Describe
12+
1313
<!-- 왜 리팩토링을 해야 하는지 이유를 작성해 주세요. 자세히 적을수록 좋아요 ! -->
1414

1515
## ✅ Tasks
16+
1617
<!-- 해야 하는 일에 대한 Tasks를 작성해 주세요. 세분화해서 작성하면 더 좋아요 ! -->
18+
1719
- [ ] Task 1
1820
- [ ] Task 2
1921
- [ ] Task 3
2022

2123
## 💬 ETC
24+
2225
<!-- 작업과 관련된 추가 정보나 참고 사항 등 더 전달할 내용이 있다면 여기에 작성해 주세요. -->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,28 @@
11
<!-- PR 제목은 [구현 기능 종류]: 작업명으로 해주세요.-->
22

33
## 💡 Summary
4+
45
<!-- 관련 있는 Issue를 태그해주세요. -->
6+
57
> close #issue_number
6-
<!-- 해당 PR에 대한 작업 내용을 요약하여 작성해 주세요. -->
78
9+
<!-- 해당 PR에 대한 작업 내용을 요약하여 작성해 주세요. -->
810

911
## ✅ Tasks
12+
1013
<!-- 해당 PR에서 진행한 작업을 작성해 주세요. -->
14+
1115
- Task 1
1216
- Task 2
1317

1418
<!-- 기재 내용 없을 경우 해당 섹션을 삭제해 주세요. -->
19+
1520
## 👀 To Reviewer
16-
<!-- 더 전달할 내용 혹은 리뷰어에게 요청하는 내용을 작성해주세요. -->
1721

22+
<!-- 더 전달할 내용 혹은 리뷰어에게 요청하는 내용을 작성해주세요. -->
1823

1924
<!-- 기재 내용 없을 경우 해당 섹션을 삭제해 주세요. -->
25+
2026
## 📸 Screenshot
21-
<!-- 작업한 내용에 대한 스크린샷을 첨부해주세요. 필요한 경우 .gif 형식으로 첨부해 주세요.-->
27+
28+
<!-- 작업한 내용에 대한 스크린샷을 첨부해주세요. 필요한 경우 .gif 형식으로 첨부해 주세요.-->

.github/workflows/cd.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,28 @@ permissions:
1010
jobs:
1111
deploy:
1212
runs-on: ubuntu-latest
13-
13+
1414
steps:
1515
- uses: actions/checkout@v4
16-
16+
1717
- name: Setup Pnpm
1818
uses: pnpm/action-setup@v4
1919
with:
2020
run_install: false
21-
21+
2222
- name: Set up Node.js
2323
uses: actions/setup-node@v4
2424
with:
2525
node-version: '22'
2626
cache: 'pnpm'
2727
cache-dependency-path: 'pnpm-lock.yaml'
28-
28+
2929
- name: Install dependencies
3030
run: pnpm install --frozen-lockfile
31-
31+
3232
- name: Build project
3333
run: pnpm build
34-
34+
3535
- name: Prepare deployment files
3636
run: |
3737
mkdir -p output
@@ -44,7 +44,7 @@ jobs:
4444
cp tsconfig*.json output/
4545
cp eslint.config.js output/ || true
4646
echo "Deployment prepared at $(date)" > output/BUILD_INFO.txt
47-
47+
4848
- name: Push to fork repository
4949
id: push_directory
5050
uses: cpina/github-action-push-to-another-repository@main
@@ -55,8 +55,8 @@ jobs:
5555
destination-github-username: 'shinjigu'
5656
destination-repository-name: 'NINEDOT-CLIENT'
5757
user-email: ${{ secrets.EMAIL }}
58-
commit-message: "🚀 Latest deployment"
58+
commit-message: '🚀 Latest deployment'
5959
target-branch: main
60-
60+
6161
- name: Test get variable exported by push-to-another-repository
62-
run: echo $DESTINATION_CLONED_DIRECTORY
62+
run: echo $DESTINATION_CLONED_DIRECTORY

README.md

Lines changed: 38 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,66 @@
11
![image](https://github.com/user-attachments/assets/23f8c862-ffe7-4b7a-8f42-962cc218f2a5)
22

3-
# NiNE Dot˙
3+
# NiNE Dot˙
44

55
**목표 관리를 시스템화하세요. 생각은 우리가 도와드릴게요.**
6+
67
- 만다르트 작성
78
- AI 할 일 추천
89
- 진척도 및 주간 회고
910

1011
## ⚒️ FE Developer
11-
|임지수</br>[@jisooooooooooo](https://github.com/jisooooooooooo)|권새봄</br>[@kwonsaebom](https://github.com/kwonsaebom)|신지수</br>[@shinjigu](https://github.com/shinjigu)|이윤지</br>[@Leeyoonji23](https://github.com/Leeyoonji23)|
12-
|:---:|:---:|:---:|:---:|
13-
|<img src = "https://github.com/user-attachments/assets/99ee54a2-eae0-4ccd-94a3-419d6266000c" width ="250">|<img src = "https://avatars.githubusercontent.com/u/94830364?v=4" width ="250">|<img src = "https://avatars.githubusercontent.com/u/130023628?v=4" width ="250">|<img src = "https://avatars.githubusercontent.com/u/90778858?v=4" width ="250">|
14-
|`전체 목표 작성`</br>`만다르트 상위 목표 작성`|`로그인`</br>`나의 히스토리`|`만다르트 하위 목표 작성`</br>`나의 할 일`|`나의 만다르트`</br>`나의 만다르트 수정`|
12+
13+
| 임지수</br>[@jisooooooooooo](https://github.com/jisooooooooooo) | 권새봄</br>[@kwonsaebom](https://github.com/kwonsaebom) | 신지수</br>[@shinjigu](https://github.com/shinjigu) | 이윤지</br>[@Leeyoonji23](https://github.com/Leeyoonji23) |
14+
| :--------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------: | :------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------: |
15+
| <img src = "https://github.com/user-attachments/assets/99ee54a2-eae0-4ccd-94a3-419d6266000c" width ="250"> | <img src = "https://avatars.githubusercontent.com/u/94830364?v=4" width ="250"> | <img src = "https://avatars.githubusercontent.com/u/130023628?v=4" width ="250"> | <img src = "https://avatars.githubusercontent.com/u/90778858?v=4" width ="250"> |
16+
| `전체 목표 작성`</br>`만다르트 상위 목표 작성` | `로그인`</br>`나의 히스토리` | `만다르트 하위 목표 작성`</br>`나의 할 일` | `나의 만다르트`</br>`나의 만다르트 수정` |
1517

1618
## 📘 Tech Stack
17-
| Category | Stack |
18-
|----------|-------|
19-
| Library | ![React](https://img.shields.io/badge/React-61DAFB?style=for-the-badge&logo=react&logoColor=white) ![Vite](https://img.shields.io/badge/Vite-646CFF?style=for-the-badge&logo=vite&logoColor=white) |
20-
| Programming Language | ![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?style=for-the-badge&logo=typescript&logoColor=white) |
21-
| Styling | ![Vanilla Extract](https://img.shields.io/badge/Vanilla%20Extract-DB7093?style=for-the-badge&logo=vanillaextract&logoColor=white) |
22-
| Data Fetching | ![TanStack Query](https://img.shields.io/badge/TanStack_Query-FF4154?style=for-the-badge&logo=react-query&logoColor=white) |
23-
| State Management | ![Zustand](https://img.shields.io/badge/Zustand-000000?style=for-the-badge&logo=Zustand&logoColor=white) |
24-
| Package Manager | ![PNPM](https://img.shields.io/badge/PNPM-F69220?style=for-the-badge&logo=pnpm&logoColor=white) |
19+
20+
| Category | Stack |
21+
| -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
22+
| Library | ![React](https://img.shields.io/badge/React-61DAFB?style=for-the-badge&logo=react&logoColor=white) ![Vite](https://img.shields.io/badge/Vite-646CFF?style=for-the-badge&logo=vite&logoColor=white) |
23+
| Programming Language | ![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?style=for-the-badge&logo=typescript&logoColor=white) |
24+
| Styling | ![Vanilla Extract](https://img.shields.io/badge/Vanilla%20Extract-DB7093?style=for-the-badge&logo=vanillaextract&logoColor=white) |
25+
| Data Fetching | ![TanStack Query](https://img.shields.io/badge/TanStack_Query-FF4154?style=for-the-badge&logo=react-query&logoColor=white) |
26+
| State Management | ![Zustand](https://img.shields.io/badge/Zustand-000000?style=for-the-badge&logo=Zustand&logoColor=white) |
27+
| Package Manager | ![PNPM](https://img.shields.io/badge/PNPM-F69220?style=for-the-badge&logo=pnpm&logoColor=white) |
2528
| Formatting & Linting | ![ESLint](https://img.shields.io/badge/ESLint-4B32C3?style=for-the-badge&logo=eslint&logoColor=white) ![Prettier](https://img.shields.io/badge/Prettier-F7B93E?style=for-the-badge&logo=prettier&logoColor=white) |
26-
| Version Control | ![Git](https://img.shields.io/badge/Git-F05032?style=for-the-badge&logo=git&logoColor=white) ![GitHub](https://img.shields.io/badge/GitHub-181717?style=for-the-badge&logo=github&logoColor=white) |
29+
| Version Control | ![Git](https://img.shields.io/badge/Git-F05032?style=for-the-badge&logo=git&logoColor=white) ![GitHub](https://img.shields.io/badge/GitHub-181717?style=for-the-badge&logo=github&logoColor=white) |
2730

2831
## 🪾 Git Convention
32+
2933
### Git Flow
34+
3035
**메인 브랜치**
36+
3137
- **`main`** - 배포 가능한 상태의 코드
3238
- **`develop`** - 개발 중인 코드들이 모이는 브랜치
3339

3440
**보조 브랜치**
41+
3542
- **`feat/#issue/기능명`**: feature 브랜치. 새로운 기능 개발
3643
- **`fix/#issue`**: feature 브랜치 생성 후 버그가 생겼을 때 수정하는 브랜치
3744

3845
### Commit Convention
39-
| 태그 | 설명 |
40-
|------|------|
41-
| `feat` | 새로운 기능 추가 |
42-
| `fix` | 버그 수정 |
43-
| `docs` | 문서 수정 |
44-
| `style` | 코드 포맷 변경, 세미 콜론 누락, 코드 수정 없는 경우 |
45-
| `refactor` | 코드 리팩토링 |
46-
| `test` | 테스트 코드, 리팩토링 테스트 코드 추가 |
47-
| `chore` | 소스 코드 건들지 않는 작업 |
48-
| `design` | UI 디자인 변경 |
49-
| `comment` | 주석 추가/변경 |
50-
| `rename` | 파일명 혹은 폴더명 수정 |
51-
| `remove` | 파일 혹은 코드 제거 |
52-
| `!hotfix` | 긴급한 버그 수정 |
46+
47+
| 태그 | 설명 |
48+
| ---------- | --------------------------------------------------- |
49+
| `feat` | 새로운 기능 추가 |
50+
| `fix` | 버그 수정 |
51+
| `docs` | 문서 수정 |
52+
| `style` | 코드 포맷 변경, 세미 콜론 누락, 코드 수정 없는 경우 |
53+
| `refactor` | 코드 리팩토링 |
54+
| `test` | 테스트 코드, 리팩토링 테스트 코드 추가 |
55+
| `chore` | 소스 코드 건들지 않는 작업 |
56+
| `design` | UI 디자인 변경 |
57+
| `comment` | 주석 추가/변경 |
58+
| `rename` | 파일명 혹은 폴더명 수정 |
59+
| `remove` | 파일 혹은 코드 제거 |
60+
| `!hotfix` | 긴급한 버그 수정 |
5361

5462
## 📂 Foldering
63+
5564
```
5665
📂 Foldering
5766
├── 📁 public
@@ -117,5 +126,5 @@
117126
```
118127

119128
## ⚪️ 나인도트 웨비들의 자세한 컨벤션은?
120-
[![KakaoTalk_Photo_2025-07-03-15-15-32](https://github.com/user-attachments/assets/55c401f9-22cc-4f3c-a32a-32c57d192d16)](https://fantastic-kumquat-2d3.notion.site/216f2c0149da81aa86ebf5a8c6ceb628)
121129

130+
[![KakaoTalk_Photo_2025-07-03-15-15-32](https://github.com/user-attachments/assets/55c401f9-22cc-4f3c-a32a-32c57d192d16)](https://fantastic-kumquat-2d3.notion.site/216f2c0149da81aa86ebf5a8c6ceb628)

0 commit comments

Comments
 (0)