Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 커스텀 응답 기능 구현 (#25) #26

Merged
merged 1 commit into from
Jan 30, 2024

Conversation

LEEJaeHyeok97
Copy link
Contributor

@LEEJaeHyeok97 LEEJaeHyeok97 commented Jan 30, 2024

Issue number and Link

이슈 번호 : #25

Summary

커스텀 응답 기능을 추가하였습니다.

PR Type

  • Feature
  • Bugfix
  • Refactoring
  • Documentation
  • Other

Other Information

ex) 후에 ~api 연결 필요

Common Type

- feat : 새로운 기능 구현
- add : feat 이외의 부수적인 코드, 파일, 라이브러리 추가
- chore : 패키지 구조, 함수 및 변수명 변경 등의 작은 작업
- fix : 버그 및 오류 해결
- del : 불필요한 코드, 파일, 주석 삭제
- docs : 명세서 작성
- refactor : 코드 리팩토링
- merge : 서로 다른 브랜치 간의 코드 병합
- setting : 프로젝트 기초 세팅 관련 작업

branch

Feature/{이슈 번호 x, feat 순서}-{작업 내용}

ex)
Feature/3-home-api
Feature/4-home-crud

@LEEJaeHyeok97 LEEJaeHyeok97 added ✨ Feature 새로운 기능 추가 이재혁 labels Jan 30, 2024
@LEEJaeHyeok97 LEEJaeHyeok97 self-assigned this Jan 30, 2024
@LEEJaeHyeok97 LEEJaeHyeok97 linked an issue Jan 30, 2024 that may be closed by this pull request
1 task
@psae0714
Copy link
Contributor

확인했습니다 ! 머지 하시면 될 것 같습니다

Copy link
Member

@toychip toychip left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인했습니다~!

@LEEJaeHyeok97 LEEJaeHyeok97 merged commit a9134cf into develop Jan 30, 2024
@LEEJaeHyeok97 LEEJaeHyeok97 deleted the Feat/5-CustomResponse branch January 30, 2024 05:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 새로운 기능 추가 이재혁
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: 응답 커스텀 기능 구현
3 participants