- feat: 새로운 기능에 대한 커밋
- fix: 버그 수정에 대한 커밋
- hotfix: main or develop 브랜치에서 긴급 수정해야할 경우 커밋
- chore: 그 외 자잘한 수정에 대한 커밋
- docs: README.md 수정에 대한 커밋
- refactor: 코드 리팩토링 (최적화 개선)
├─main
│ ├─java
│ │ └─com
│ │ └─cnubot
│ │ └─cnubotserver
│ │ ├─appconfig ## Configuration
│ │ ├─board ## Board Domain
│ │ │ ├─component
│ │ │ ├─config
│ │ │ ├─controller
│ │ │ ├─entity
│ │ │ ├─repository
│ │ │ └─service
│ │ ├─exception ## Project ExceptionHandler
│ │ ├─foodcourt ## Food Domain
│ │ │ ├─component
│ │ │ ├─controller
│ │ │ │ └─dto
│ │ │ ├─entity
│ │ │ ├─enums
│ │ │ ├─repository
│ │ │ └─service
│ │ │ └─crawling
│ │ └─swagger ## API Docs
│ └─resources
└─test
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Check our Issue List
- Create your Feature Branch (
git checkout -b feat: create-domain
) we have our convention - Commit your Changes (
git commit -m 'feat: add domain logic'
) - Push to the Branch (
git push origin feat-board
) - Open a Pull Request (we have our PR templates)
Chanhyuk Park - GitHub - chanhyuk-tech@kakao.com