-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from DDD-Community/MARA-24
MARA-24 : PR 템플릿 추가
- Loading branch information
Showing
1 changed file
with
32 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,32 @@ | ||
# Pull Request | ||
|
||
## 작업 내용 | ||
이 PR은 다음과 같은 작업을 포함하고 있습니다: | ||
- (여기에 작업한 내용에 대한 자세한 설명을 적어주세요) | ||
- ... | ||
|
||
## 변경 사항 | ||
다음과 같은 파일/부분을 수정했습니다: | ||
- `src/main/kotlin/mara/server/domain/user/User.kt`: (수정 내용에 대한 간략한 설명) | ||
- `src/main/kotlin/mara/server/domain/user/UserController.kt`: (수정 내용에 대한 간략한 설명) | ||
- ... | ||
|
||
## 관련 이슈 | ||
이 PR과 관련된 이슈: #123 (이슈 번호를 링크해주세요) | ||
|
||
## 특이 사항/주의 사항 | ||
- (만약에 특이한 동작이나 주의해야 할 점이 있다면 여기에 적어주세요) | ||
- (예를 들어, 특정 설정이나 의존성이 변경된 경우 여기에 언급) | ||
|
||
## 테스트 | ||
다음과 같은 테스트를 수행했습니다: | ||
- 단위 테스트: `./gradlew test`를 실행하여 모든 테스트를 통과했습니다. | ||
- 통합 테스트: (추가로 수행한 통합 테스트에 대한 설명) | ||
- ... | ||
|
||
## 스크린샷/동영상 | ||
(만약에 변경된 내용을 시각적으로 확인할 수 있는 자료가 있다면 여기에 첨부해주세요) | ||
|
||
## 리뷰어 참고 사항 | ||
- (리뷰어에게 특별히 주의를 부탁하거나 추가 설명이 필요한 사항을 여기에 적어주세요) | ||
- (예를 들어, 코드의 특정 부분에 대한 설명이나 리뷰 요청) |