fix a bug
커밋을 Subject와 Body의 두 부분으로 나누어 작성
This is the change I made to the codebase.
Describe the problem your commit solves and how.
Add missing link and alt text to the company's logo
Screen readers won't read the images to users with disabilities without this information
- subject가 코드의 행동을 명시
- body가 커밋의 이유를 명시
- subject와 body가 공백행으로 분리 - 읽기 쉬움
커밋 : 커밋이 만들어진 시점에서 코드의 스냅샷
관련한 매우 좋은 자료가 있어서 첨부
좋은 커밋을 위한 영어 사전
https://blog.ull.im/engineering/2019/03/10/logs-on-git.html
참고 및 출처
https://www.theodinproject.com/lessons/foundations-commit-messages#when-to-commit
https://cbea.ms/git-commit/
https://www.conventionalcommits.org/en/v1.0.0/