-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# 🔖 Pull Request Type | ||
- [ ] feat: 새로운 기능 추가 | ||
- [ ] fix: 버그 수정 | ||
- [ ] docs: 문서 수정 또는 추가 | ||
- [ ] style: 코드 스타일 수정 (포맷, 세미콜론, 공백 등) | ||
- [ ] refactor: 코드 리팩토링 (기능 변경 없음) | ||
- [ ] test: 테스트 코드 추가 또는 수정 | ||
- [ ] chore: 기타 변경 사항 (빌드, 설정 파일 수정 등) | ||
|
||
--- | ||
|
||
## **📌 작업 내용 (What)** | ||
<!-- 간략하게 작업 내용을 작성합니다. | ||
- 예: "댓글 작성 기능 추가" 또는 "로그인 버그 수정" --> | ||
|
||
--- | ||
|
||
## **🛠️ 변경 사항 (Changes)** | ||
<!-- 주요 변경 사항을 요약합니다. | ||
- 예: | ||
- `CommentService.ts`: 댓글 작성 로직 추가 | ||
- `LoginComponent.tsx`: 로그인 오류 메시지 처리 로직 수정--> | ||
|
||
--- | ||
|
||
## **✅ 체크리스트 (Checklist)** | ||
- [ ] 로컬에서 정상적으로 동작 확인 | ||
- [ ] 새로운 테스트 추가 및 기존 테스트 통과 확인 | ||
- [ ] 문서(README 등) 업데이트 완료 | ||
|
||
--- | ||
|
||
## **🔗 관련 이슈 (Issue Links)** | ||
<!-- 관련된 이슈나 티켓 번호를 연결합니다. | ||
- 예: Closes #123--> | ||
|
||
--- | ||
|
||
## **🤔 리뷰 요청 사항** | ||
<!-- 리뷰어에게 논의가 필요한 부분이나 확인 요청 사항을 작성합니다. | ||
- 예: "댓글 삭제 시 API 호출 방식에 대한 의견 부탁드립니다."--> | ||
|
||
--- | ||
|
||
## **📷 스크린샷 (Optional)** | ||
<!-- UI/UX 변경이 있다면 전/후 스크린샷을 추가합니다. | ||
- 예: | ||
- 변경 전: | ||
![Before](https://example.com/before-screenshot) | ||
- 변경 후: | ||
![After](https://example.com/after-screenshot)--> |