Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (19 loc) · 1.08 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.08 KB

Weather

Naver boostcourse : 야곰 iOS 앱 프로그래밍 강의 중 프로젝트C. Weather 실습

❗️스터디 레포지터리 관리 방법 변경

별도의 fork 없이 / 디렉토리 생성
💡예시: Weather/Rx/WeatherToday

Commit & Pull Request 규칙

💡[Feat]: 새로운 기능 구현
🎨[Design]: just 화면. 레이아웃 조정
🐛[Fix]: 버그, 오류 해결, 코드 수정
➕[Add]: Feat 이외의 부수적인 코드 추가, 라이브러리 추가, 새로운 View 생성
🗑️[Del]: 쓸모없는 코드, 파일, 주석 삭제
♻️[Refactor]: 전면 수정이 있을 때 사용합니다
🛠️[Chore]: 그 이외의 잡일/ 버전 코드 수정, 패키지 구조 변경, 파일 이동, 파일이름 변경
📝[Docs]: README나 WIKI 등의 문서 개정
✏️[Comment]: 필요한 주석 추가 및 변경
🔀[Merge]: 머지

Pull Request 규칙

  • Reviewers, Assignees, Label 추가

image