Skip to content

Commit b5b5e48

Browse files
docs: 커밋 컨벤션 변경 및 리드미 디자인 수정
1 parent aee50ca commit b5b5e48

File tree

3 files changed

+26
-5
lines changed

3 files changed

+26
-5
lines changed

package-lock.json

Lines changed: 21 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"homepage": "https://github.com/codeisneverodd/programmers-coding-test#readme",
1919
"dependencies": {
2020
"cheerio": "^1.0.0-rc.10",
21-
"node-fetch": "^3.2.3"
21+
"node-fetch": "^3.2.3",
22+
"prettier": "^2.7.1"
2223
}
2324
}

utils/build.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,19 +105,19 @@ ${getTableStr(5)}
105105
| docs | 문서 수정(코드 수정 없음) |
106106
| etc | 위의 경우에 해당하는 것이 없는 경우 |
107107
108-
### 풀이 기여 방법
108+
### 🌱 풀이 기여 방법
109109
110110
1. Fork 한 후 본인의 해설을 추가합니다.
111111
2. 본인의 저장소에서 이곳으로 PR을 하면, 검토 및 코드리뷰 후 반영됩니다.
112112
113-
## 기여 시 필수 사항
113+
### 🔥 기여 시 필수 사항
114114
1. 파일 이름은 공백이 없어야하며, 공백은 - 로 채웁니다.(문제풀이 창에서 문제 이름을 복사하여 사용하는 것을 권장드립니다
115115
116116
예시) 가장 먼 노드 => 가장-먼-노드.js // [1차] 뉴스 클러스터링 => [1차]-뉴스-클러스터링
117117
118118
2. 풀이를 추가할 시 반드시 주석을 작성하여야합니다. 기존 파일에 추가할 때는, 기존 해설들의 주석을. 새롭게 파일을 생성하실 때는 00-해답-예시.js 를 참고하시면 됩니다.
119119
120-
## 저작권
120+
## 👉 저작권
121121
122122
해당 Repository의 해답을 자신의 저작물에 추가할 수 있지만 **반드시** 본 Repository의
123123
주소 \`https://github.com/codeisneverodd/programmers-coding-test\`

0 commit comments

Comments
 (0)