-
Notifications
You must be signed in to change notification settings - Fork 2
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 #8 from a-romantic-cat/templet/1
✨ PR 템플릿 생성
- Loading branch information
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,14 @@ | ||
### PR 타입(하나 이상의 PR 타입을 선택해주세요) | ||
- [ ] 기능 추가 | ||
- [ ] 기능 삭제 | ||
- [ ] 버그 수정 | ||
- [ ] 의존성, 환경 변수, 빌드 관련 코드 업데이트 | ||
|
||
### 반영 브랜치 | ||
ex) feat/login -> dev | ||
|
||
### 변경 사항 | ||
ex) 로그인 시, 구글 소셜 로그인 기능을 추가했습니다. | ||
|
||
### 테스트 결과 | ||
ex) 베이스 브랜치에 포함되기 위한 코드는 모두 정상적으로 동작해야 합니다. 결과물에 대한 스크린샷, GIF, 혹은 라이브 데모가 가능하도록 샘플API를 첨부할 수도 있습니다. |