mireu-san / lightnovel-gpt-client

사용자의 성향을 기반으로 라이트노벨을 추천 해 주는 웹 서비스의 클라이언트 입니다.
0 stars 0 forks source link

환영합니다! Welcome!

현재 진행 중 작업

Under construction history since 28th Sept.

Git Convention

feat – a new feature is introduced with the changes
fix – a bug fix has occurred
chore – changes that do not relate to a fix or feature and don't modify src or test files (for example updating dependencies)
refactor – refactored code that neither fixes a bug nor adds a feature
docs – updates to documentation such as a the README or other markdown files
style – changes that do not affect the meaning of the code, likely related to code formatting such as white-space, missing semi-colons, and so on.
test – including new or correcting previous tests
perf – performance improvements
ci – continuous integration related
build – changes that affect the build system or external dependencies
revert – reverts a previous commit

Source: https://www.freecodecamp.org/news/how-to-write-better-git-commit-messages/

Note

주요 핵심 기능이 담긴 파일은 FrontPage, questionnaire, api 입니다.

Todo