Feat/#5 hello jihoon - #9
Merged
Merged
Conversation
# 커밋 타입: feat ### 본문 - 객체 생성자 작성, 본인의 ID를 찾을 수 있는 매서드 작성
# 커밋 타입: feat ### 본문 - Order객체 저장, 리스트 확인, 리스트에서 찾기 기능 추가
# 커밋 타입: 작업내용 (제목과 본문은 한 줄 띄워주세요) ### 본문 - 한 줄에 최대 72 글자까지만 입력하기 # 무엇을, 왜, 어떻게 했는지 # 꼬리말 # (선택) 이슈번호 작성 # [커밋 타입] 리스트 # feat : 기능 (새로운 기능) # fix : 버그 (버그(에러) 수정) # design : CSS, XML 등 사용자 UI 디자인 생성 및 변경 # refactor : 리팩토링 # style : 스타일 (theme, color 파일 구현, 수정: 비즈니스 로직에 변경 없음) # docs : 문서 (Readme.md 추가, 수정, 삭제) # test : 테스트 (테스트 코드 추가, 수정, 삭제: 비즈니스 로직에 변경 없음) # chore : 기타 변경사항 (build.gradle 수정) # release : 버전 릴리즈 # (아래는 필요시 사용) # rename : 파일 혹은 폴더명을 수정하거나 옮기는 작업만 하는 경우 # remove : 파일을 삭제하는 작업만 수행한 경우 # ------------------ # [체크리스트] # 제목 첫 글자는 대문자로 작성했나요? # 제목은 명령문으로 작성했나요? # 제목 끝에 마침표(.) 금지 # 제목과 본문을 한 줄 띄워 분리하기 # 본문에 여러줄의 메시지를 작성할 땐 "-"로 구분했나요? # ------------------
Dowon-Kang
approved these changes
May 15, 2025
| public class Hello { | ||
| public static void main(String[] args) { | ||
| System.out.println("Hello world"); | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔗 연관된 이슈
이슈번호: #5
✏️ 작업 내용
💬 리뷰 포인트 (선택)
🗒️ 기타 참고 사항 (선택)